public class ExistingModelConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.core.runtime.IPath |
containerPath |
protected java.lang.String |
fileName |
protected org.eclipse.core.resources.IFile |
sourceModel |
Constructor and Description |
---|
ExistingModelConfiguration(org.eclipse.core.resources.IFile sourceModel)
Constructs a new
ExistingModelConfiguration
for the given source model file. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IPath |
getContainerPath()
Get the container path location where the new model
will be created.
|
java.lang.String |
getFileName()
Get the file name of the new model.
|
org.eclipse.core.resources.IFile |
getSourceModel()
Get the source model file.
|
void |
setContainerPath(org.eclipse.core.runtime.IPath containerPath)
Sets the container patch location where the new model
will be create.
|
void |
setFileName(java.lang.String fileName)
Set the file name of the new model.
|
protected org.eclipse.core.runtime.IPath containerPath
protected java.lang.String fileName
protected org.eclipse.core.resources.IFile sourceModel
public ExistingModelConfiguration(org.eclipse.core.resources.IFile sourceModel)
ExistingModelConfiguration
for the given source model file.sourceModel
- the source model filepublic org.eclipse.core.runtime.IPath getContainerPath()
public void setContainerPath(org.eclipse.core.runtime.IPath containerPath)
containerPath
- the container path locationpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the file name of the new modelpublic org.eclipse.core.resources.IFile getSourceModel()