Package | Description |
---|---|
propel.core.configuration |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IConfigSectionHandler.create(org.w3c.dom.Document xmlDocument)
Parses and creates a configuration of specified type from the given XML document.
|
abstract java.lang.Object |
AbstractConfigSectionHandler.create(org.w3c.dom.Document xmlDocument)
Parses and creates a configuration of specified type from the given XML document.
|
static <T> java.lang.Iterable<T> |
ConfigurableParameters.getIterable(KeyValuePair<java.lang.String,ReifiedIterable<T>> kvp)
Gets the value of an Iterable if it exists, otherwise returns the specified default value.
|
static java.lang.Object |
ConfigurableParameters.getObject(KeyValuePair<java.lang.String,java.lang.String> kvp,
java.lang.Object[] constructorArgs)
Gets the type name of an object from the configured parameter and instantiates it.
|
static java.lang.Object |
ConfigurationManager.getSection(java.lang.String appConfigSectionFile)
Retrieves a specified configuration section file, reads its contents and invokes the specified handler, returning the parsed
configuration.
|
static java.lang.Class<?> |
ConfigurableParameters.getType(KeyValuePair<java.lang.String,java.lang.String> kvp)
Gets the type name from the configured parameters and attempts to parse it, returning a Type.
|