Package | Description |
---|---|
org.kepler.configuration |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
protected void |
ConfigurationManager.loadConfiguration()
deserialize the configuration
|
RootConfigurationProperty |
ConfigurationReader.loadConfiguration(org.kepler.build.modules.Module m,
java.io.File f)
load a single configuration file from a module
|
RootConfigurationProperty |
CommonsConfigurationReader.loadConfiguration(org.kepler.build.modules.Module m,
java.io.File f)
load the configuration for a single file in a module
|
RootConfigurationProperty |
ConfigurationReader.loadConfiguration(org.kepler.build.modules.Module m,
java.io.File f,
java.util.Locale l)
load a single configuration file from a module for a given locale
|
RootConfigurationProperty |
CommonsConfigurationReader.loadConfiguration(org.kepler.build.modules.Module m,
java.io.File f,
java.util.Locale l)
load the configuration for a single file in a module
|
java.util.List<RootConfigurationProperty> |
ConfigurationReader.loadConfigurations(org.kepler.build.modules.Module m)
load all configurations for a given module
|
java.util.List<RootConfigurationProperty> |
CommonsConfigurationReader.loadConfigurations(org.kepler.build.modules.Module m)
load all configurations for a given module
|
java.util.List<RootConfigurationProperty> |
ConfigurationReader.loadConfigurations(org.kepler.build.modules.Module m,
java.util.Locale l)
load all configuration for a given module in a given locale
|
java.util.List<RootConfigurationProperty> |
CommonsConfigurationReader.loadConfigurations(org.kepler.build.modules.Module m,
java.util.Locale l)
load all configurations for a given module
|
void |
ConfigurationManager.saveConfiguration()
serialize the entire configuration
|
void |
ConfigurationProperty.setValue(java.lang.String value)
set the value of this property
|
void |
GeneralConfigurationWriter.writeConfiguration(RootConfigurationProperty property)
write (serialize) a given configuration property
|
void |
ConfigurationWriter.writeConfiguration(RootConfigurationProperty property)
write (serialize) a given configuration property
|
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) |