|
|||||||||
| 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.GeneralPreferencesElement
public class GeneralPreferencesElement
Configures a component preferences file under the directory .settings on the low level - allowing to define the variables directly.
| Constructor Summary | |
|---|---|
GeneralPreferencesElement(SettingsElement parent)
Creates a new instance of the element for a general preferences under the settings element. |
|
| Method Summary | |
|---|---|
VariableElement |
createVariable()
Adds a definition of a new variable element. |
void |
setName(java.lang.String value)
Sets the name of the file with preferences. |
| Methods inherited from class prantl.ant.eclipse.PreferencesElement |
|---|
getName, getVariables, getVersion, setVersion, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralPreferencesElement(SettingsElement parent)
parent - The parent settings element of this preferences one.| Method Detail |
|---|
public void setName(java.lang.String value)
value - A name of the file with preferences.public VariableElement createVariable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||