com.lonniepryor.blues.cfg
Interface ApplicationCfg

All Known Implementing Classes:
ApplicationCfgImpl

public interface ApplicationCfg

Defines the requirements for a Blues application configuration.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 ModuleCfg getRootModule()
          Returns the root module of this application.
 SingletonCfg[] getSingletons()
          Returns all of the singletons declared in this application.
 

Method Detail

getSingletons

public SingletonCfg[] getSingletons()
Returns all of the singletons declared in this application.

Returns:
All of the singletons declared in this application.

getRootModule

public ModuleCfg getRootModule()
Returns the root module of this application.

Returns:
The root module of this application.


Copyright © 2003 Blues Framework. All Rights Reserved.