| Package | Description |
|---|---|
| org.atteo.evo.config |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Constructor and Description |
|---|
Configuration(Iterable<Class<? extends Configurable>> klasses)
Create Configuration by manually specifying all
Configurables. |
Copyright © 2013 Atteo. All Rights Reserved.