|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleConfig | |
---|---|
fnug.config | |
fnug.resource |
Uses of BundleConfig in fnug.config |
---|
Classes in fnug.config that implement BundleConfig | |
---|---|
class |
DefaultBundleConfig
Default implementation of BundleConfig |
Methods in fnug.config that return BundleConfig | |
---|---|
BundleConfig[] |
DefaultConfig.getBundleConfigs()
The BundleConfig found in the config file. |
BundleConfig[] |
Config.getBundleConfigs()
The BundleConfig found in the config file. |
Constructors in fnug.config with parameters of type BundleConfig | |
---|---|
DefaultConfig(BundleConfig... bundleConfigs)
Constructs from a bunch of BundleConfig . |
Uses of BundleConfig in fnug.resource |
---|
Methods in fnug.resource that return BundleConfig | |
---|---|
BundleConfig |
DefaultBundle.getConfig()
Returns the config that this bundle was built from. |
BundleConfig |
Bundle.getConfig()
Returns the config that this bundle was built from. |
Constructors in fnug.resource with parameters of type BundleConfig | |
---|---|
DefaultBundle(BundleConfig config)
Constructs a bundle from the given config object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |