|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleCfg | |
com.lonniepryor.blues.cfg | Defines the semantics of configuring a Blues application. |
com.lonniepryor.blues.xml | Implements a dynamic XML configuration parser based on XML Schema. |
Uses of ModuleCfg in com.lonniepryor.blues.cfg |
Classes in com.lonniepryor.blues.cfg that implement ModuleCfg | |
class |
ModuleCfgImpl
Generic implementation of ModuleCfg . |
Methods in com.lonniepryor.blues.cfg that return ModuleCfg | |
ModuleCfg |
ApplicationCfgImpl.getRootModule()
|
ModuleCfg |
IncludeCfgImpl.getIncludedModule()
|
ModuleCfg |
IncludeCfg.getIncludedModule()
Returns the included module. |
ModuleCfg |
ApplicationCfg.getRootModule()
Returns the root module of this application. |
Methods in com.lonniepryor.blues.cfg with parameters of type ModuleCfg | |
void |
IncludeCfgImpl.initIncludedModule(ModuleCfg module)
|
void |
IncludeCfg.initIncludedModule(ModuleCfg module)
Initalizes the refrence to the included module once it is loaded. |
Uses of ModuleCfg in com.lonniepryor.blues.xml |
Methods in com.lonniepryor.blues.xml that return ModuleCfg | |
ModuleCfg |
XmlParser.parseModule(java.lang.String documentPath)
Parses a Blues module configuration file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |