public class RootConfigurationProperty extends ConfigurationProperty
namespaceDefault
Modifier | Constructor and Description |
---|---|
|
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.io.File configurationFile)
construct a root configuration property within a module with a specific file
|
protected |
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.lang.String name) |
protected |
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.lang.String name,
ConfigurationNamespace namespace) |
protected |
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.lang.String name,
ConfigurationNamespace namespace,
ConfigurationProperty property) |
protected |
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.lang.String name,
ConfigurationProperty property) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
return the file that this configuration property represents
|
ConfigurationProperty |
getRootProperty()
return the root property of this configuration
|
boolean |
isDirty()
returns true if any of the properties in this RootConfigurationProperty have
been changed.
|
addProperty, addProperty, addProperty, addProperty, addProperty, addPropertyAtIndex, addPropertyIfNotThere, addPropertyIfNotThere, addPropertyIfNotThereAtIndex, containsProperty, containsProperty, equalsContents, findProperties, findProperties, findProperties, findProperties, getFullName, getModule, getName, getNamespace, getOriginModule, getParent, getProperties, getProperties, getProperties, getProperties, getPropertiesWithPath, getProperty, getProperty, getProperty, getValue, getValueList, getXML, hasLeafValue, hasNestedProperties, isDirty, isMutable, overrideProperty, prettyPrint, prettyPrintList, processName, removeProperty, resetDirty, setDirty, setMutable, setNamespace, setNamespace, setNamespace, setNamespace, setNamespace, setNamespace, setOriginModule, setParent, setValue, simplePrintList, toString, toString, toString, toStringContents
public RootConfigurationProperty(org.kepler.build.modules.Module m, java.io.File configurationFile)
protected RootConfigurationProperty(org.kepler.build.modules.Module m, java.lang.String name)
protected RootConfigurationProperty(org.kepler.build.modules.Module m, java.lang.String name, ConfigurationProperty property) throws NamespaceException, ConfigurationManagerException
protected RootConfigurationProperty(org.kepler.build.modules.Module m, java.lang.String name, ConfigurationNamespace namespace)
protected RootConfigurationProperty(org.kepler.build.modules.Module m, java.lang.String name, ConfigurationNamespace namespace, ConfigurationProperty property) throws NamespaceException, ConfigurationManagerException
public java.io.File getFile()
public boolean isDirty()
isDirty
in class ConfigurationProperty
public ConfigurationProperty getRootProperty()