Package com.lonniepryor.blues.cfg

Defines the semantics of configuring a Blues application.

See:
          Description

Interface Summary
AdviceCfg Defines the requirements for a Blues advice configuration.
ApplicationCfg Defines the requirements for a Blues application configuration.
Directory Defines the configuration api's access to services.
IncludeCfg Defines the requirements for a Blues include configuration.
ModuleCfg Defines the requirements for a Blues module configuration.
PointcutCfg Defines the requirements for a Blues pointcut configuration.
ServiceCfg Defines the requirements for a Blues service configuration.
SetCfg Interface for child elements that set java beans properties.
SingletonCfg Defines the requirements for a Blues singleton configuration.
TextContainer Interface that declares its implementors capable of accepting raw configuration text.
Verifiable Interface that declares its implementors capable of being verified after their construction.
 

Class Summary
AbstractBeanCfg Utility base class for configuration elements that want to support calling declared JavaBeans operations.
AdviceCfgImpl Generic implementation of AdviceCfg.
ApplicationCfgImpl Generic implementation of ApplicationCfg.
IncludeCfgImpl Generic implementation of IncludeCfg.
IncludeCfgImpl.SetVariableCfg Child element for setting variable refrences.
ModuleCfgImpl Generic implementation of ModuleCfg.
ModuleCfgImpl.VariableCfg Child element for declaring external variables.
PointcutCfgImpl Generic implementation of PointcutCfg.
ServiceCfgImpl Generic implementation of ServiceCfg.
ServiceCfgImpl.IntroduceCfg Child element for introducing interfaces.
SetBeanCfg Child element for setting java beans properties to a basic value.
SetRefrenceCfg Child element for setting java beans properties to a refrenced value.
SetValueCfg Child element for setting java beans properties to a basic value.
SingletonCfgImpl Generic implementation of SingletonCfg.
 

Package com.lonniepryor.blues.cfg Description

Defines the semantics of configuring a Blues application.

Overview

This package serves as the interface to the application configuration system. The interfaces declared in this package describe the structure of information required by instances of Engine to create, link, and publish a Blues application.



Copyright © 2003 Blues Framework. All Rights Reserved.