public class EclipseElement extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EclipseElement.Mode
EnumeratedAttribute implementation supporting the available project modes.
|
| Constructor and Description |
|---|
EclipseElement()
Creates a new instance of the configuration container.
|
| Modifier and Type | Method and Description |
|---|---|
ClassPathElement |
getClassPath() |
java.io.File |
getDestDir() |
java.lang.String |
getErrorProperty() |
EclipseElement.Mode |
getMode() |
ProjectElement |
getProject() |
SettingsElement |
getSettings() |
boolean |
isFailOnError() |
boolean |
isUpdateAlways() |
void |
setClassPath(ClassPathElement element) |
void |
setDestDir(java.io.File dir) |
void |
setErrorProperty(java.lang.String name) |
void |
setFailOnError(boolean flag) |
void |
setMode(EclipseElement.Mode value) |
void |
setProject(ProjectElement element) |
void |
setSettings(SettingsElement element) |
void |
setUpdateAlways(boolean flag) |
public EclipseElement()
public boolean isUpdateAlways()
public void setUpdateAlways(boolean flag)
dir - The updateAlways to set.public java.io.File getDestDir()
public void setDestDir(java.io.File dir)
dir - The destDir to set.public boolean isFailOnError()
public void setFailOnError(boolean flag)
flag - The failOnError to set.public java.lang.String getErrorProperty()
public void setErrorProperty(java.lang.String name)
name - The name of the property to set.public EclipseElement.Mode getMode()
public void setMode(EclipseElement.Mode value)
value - The value of the property to set.public SettingsElement getSettings()
public void setSettings(SettingsElement element)
element - The settings to set.public ProjectElement getProject()
public void setProject(ProjectElement element)
element - The project to set.public ClassPathElement getClassPath()
public void setClassPath(ClassPathElement element)
element - The classPath to set.