|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprantl.ant.eclipse.PreferencesElement
prantl.ant.eclipse.OrgEclipseCoreResourcesPreferencesElement
public class OrgEclipseCoreResourcesPreferencesElement
Configures the component preferences file .settings/org.eclipse.core.resources.prefs on the high level using attributes for the typical constellations of variable values.
Constructor Summary | |
---|---|
OrgEclipseCoreResourcesPreferencesElement(SettingsElement parent)
Creates a new instance of the element for the file with preferences for org.eclipse.core.resources. |
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the source file encoding for the project (default is inherited from the workspace settings and not set here in the file). |
void |
setEncoding(java.lang.String value)
Sets the version of the Eclipse preferences. |
void |
validate()
Performs the validation of the element at the time when the whole build file was parsed checking the content of the element and possibly adding mandatory variables with default settings. |
Methods inherited from class prantl.ant.eclipse.PreferencesElement |
---|
getName, getVariables, getVersion, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrgEclipseCoreResourcesPreferencesElement(SettingsElement parent)
parent
- The parent settings element of this preferences one.Method Detail |
---|
public java.lang.String getEncoding()
public void setEncoding(java.lang.String value)
value
- A valid encoding for the project.public void validate()
validate
in class PreferencesElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |