Package | Description |
---|---|
org.kepler.configuration |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.addProperties(java.util.List<RootConfigurationProperty> propertyList)
set a list of properties all at once
|
void |
ConfigurationProperty.addProperty(ConfigurationProperty property)
add a nested property to this configuration property
|
void |
ConfigurationProperty.addProperty(ConfigurationProperty property,
boolean notifyListeners)
add a nested property to this configuration property
|
protected void |
ConfigurationProperty.addProperty(ConfigurationProperty property,
boolean ignoreMutable,
boolean notifyListeners,
boolean setDirty)
add a nested property to this configuration property.
|
void |
ConfigurationProperty.addProperty(org.kepler.build.modules.Module module,
java.lang.String name,
ConfigurationNamespace namespace,
ConfigurationProperty property)
add a new property for a given module with a given name that has the given
property nested within it.
|
void |
ConfigurationProperty.addProperty(org.kepler.build.modules.Module module,
java.lang.String name,
ConfigurationProperty property)
add a new property for a given module with a given name that has the given
property nested within it.
|
void |
ConfigurationManager.addProperty(RootConfigurationProperty property)
add a property to the manager
|
void |
ConfigurationProperty.addPropertyAtIndex(int index,
ConfigurationProperty propertyToAdd)
add propertyToAdd before the beforeProperty in the ordering of the list of
properties for this property
|
void |
ConfigurationProperty.addPropertyIfNotThere(ConfigurationProperty propertyToAdd)
add a nested property if the contents are not already present,
ignoring: namespaces, modules, originmodules.
|
void |
ConfigurationProperty.addPropertyIfNotThere(ConfigurationProperty propertyToAdd,
boolean setDirty) |
void |
ConfigurationProperty.addPropertyIfNotThereAtIndex(int index,
ConfigurationProperty propertyToAdd)
add a nested property at index if the contents are not already present,
ignoring: namespaces, modules, originmodules.
|
Constructor and Description |
---|
ConfigurationProperty(org.kepler.build.modules.Module module,
java.lang.String name,
ConfigurationProperty property)
create a configuration property with one nested property
|
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.lang.String name,
ConfigurationNamespace namespace,
ConfigurationProperty property) |
RootConfigurationProperty(org.kepler.build.modules.Module m,
java.lang.String name,
ConfigurationProperty property) |