|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.configuration.ConfigurationFactory
public final class ConfigurationFactory
Factory to get a Configuration object that gets all the configuration files
in the system and makes them a single object.
This class can be used to work with the
org.apache.commons.configuration.Configuration without the need
to use Spring. It has 2 public API's to get all the configuration layers, or
just the default layer.
Configuration| Method Summary | |
|---|---|
static org.apache.commons.configuration.Configuration |
getConfiguration()
get the full configuration object that contains all the configuration layers: customer, deployment and factory. |
static org.apache.commons.configuration.Configuration |
getDefaultConfiguration()
get only a configuration that contains all the factory layer files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.commons.configuration.Configuration getConfiguration()
public static org.apache.commons.configuration.Configuration getDefaultConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||