| Package | Description |
|---|---|
| org.atteo.evo.config |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.combine(InputStream stream)
Parse an XML file and combine it with the currently stored DOM tree.
|
void |
Configuration.filter(Properties properties)
Filter
${name} placeholders using given properties. |
void |
Configuration.filter(PropertyResolver resolver)
Filter
${name} placeholders using values from given PropertyResolver. |
<T extends Configurable> |
Configuration.read(Class<T> rootClass)
Unmarshals stored configuration DOM tree as object of the given class.
|
<T extends Configurable> |
Configuration.read(Class<T> rootClass,
InputStream... streams)
Combines several input XML documents and reads the configuration from it.
|
Copyright © 2013 Atteo. All Rights Reserved.