|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.cfg.ApplicationCfgImpl
Generic implementation of ApplicationCfg
.
Constructor Summary | |
ApplicationCfgImpl()
Creates a new ApplicationCfgImpl object. |
Method Summary | |
void |
declare(SingletonCfg singleton)
Decalres a singleton config in this application. |
void |
declareServices(ModuleCfgImpl rootModule)
Decalres the root module of this application. |
void |
declareSingleton(SingletonCfgImpl singleton)
Decalres a singleton in this application. |
ModuleCfg |
getRootModule()
Returns the root module of this application. |
SingletonCfg[] |
getSingletons()
Returns all of the singletons declared in this application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationCfgImpl()
Method Detail |
public void declareSingleton(SingletonCfgImpl singleton)
singleton
- The singleton to declare.public void declareServices(ModuleCfgImpl rootModule)
rootModule
- The root module of this application.public void declare(SingletonCfg singleton)
singleton
- The singleton to declare.public SingletonCfg[] getSingletons()
ApplicationCfg
getSingletons
in interface ApplicationCfg
public ModuleCfg getRootModule()
ApplicationCfg
getRootModule
in interface ApplicationCfg
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |