|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfnug.config.DefaultConfig
public class DefaultConfig
Default implementation of Config
Constructor Summary | |
---|---|
DefaultConfig(BundleConfig... bundleConfigs)
Constructs from a bunch of BundleConfig . |
|
DefaultConfig(T configs)
Constructs using a collection of configs. |
Method Summary | |
---|---|
BundleConfig[] |
getBundleConfigs()
The BundleConfig found in the config file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultConfig(BundleConfig... bundleConfigs)
BundleConfig
.
bundleConfigs
- configs.public DefaultConfig(T configs)
T
- type of collectionconfigs
- configsMethod Detail |
---|
public BundleConfig[] getBundleConfigs()
BundleConfig
found in the config file.
getBundleConfigs
in interface Config
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |