Uses of Interface
com.lonniepryor.blues.cfg.ApplicationCfg

Packages that use ApplicationCfg
com.lonniepryor.blues Core classes and interfaces for using the Blues Framework. 
com.lonniepryor.blues.cfg Defines the semantics of configuring a Blues application. 
com.lonniepryor.blues.sys Implements the core application assembly and configuration operations. 
com.lonniepryor.blues.xml Implements a dynamic XML configuration parser based on XML Schema. 
 

Uses of ApplicationCfg in com.lonniepryor.blues
 

Constructors in com.lonniepryor.blues with parameters of type ApplicationCfg
Engine(java.lang.ClassLoader classLoader, ApplicationCfg configuration)
          Creates a new Engine object.
 

Uses of ApplicationCfg in com.lonniepryor.blues.cfg
 

Classes in com.lonniepryor.blues.cfg that implement ApplicationCfg
 class ApplicationCfgImpl
          Generic implementation of ApplicationCfg.
 

Uses of ApplicationCfg in com.lonniepryor.blues.sys
 

Constructors in com.lonniepryor.blues.sys with parameters of type ApplicationCfg
Application(java.lang.ClassLoader classLoader, ApplicationCfg configuration)
          Creates a new Application object.
 

Uses of ApplicationCfg in com.lonniepryor.blues.xml
 

Methods in com.lonniepryor.blues.xml that return ApplicationCfg
 ApplicationCfg XmlParser.parseApplication(java.lang.String documentPath)
          Parses a Blues application configuration file.
 



Copyright © 2003 Blues Framework. All Rights Reserved.