com.lonniepryor.blues.cfg
Interface ModuleCfg

All Known Implementing Classes:
ModuleCfgImpl

public interface ModuleCfg

Defines the requirements for a Blues module configuration.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 AdviceCfg[] getAdvices()
          Returns all of the advices declared in this module.
 IncludeCfg[] getIncludes()
          Returns all of the includes declared in this module.
 PointcutCfg[] getPointcuts()
          Returns all of the pointcuts declared in this module.
 ServiceCfg[] getServices()
          Returns all of the services declared in this module.
 java.lang.String[] getVariables()
          Returns all of the variables declared in this module.
 

Method Detail

getVariables

public java.lang.String[] getVariables()
Returns all of the variables declared in this module.

Returns:
All of the variables declared in this module.

getPointcuts

public PointcutCfg[] getPointcuts()
Returns all of the pointcuts declared in this module.

Returns:
All of the pointcuts declared in this module.

getAdvices

public AdviceCfg[] getAdvices()
Returns all of the advices declared in this module.

Returns:
All of the advices declared in this module.

getServices

public ServiceCfg[] getServices()
Returns all of the services declared in this module.

Returns:
All of the services declared in this module.

getIncludes

public IncludeCfg[] getIncludes()
Returns all of the includes declared in this module.

Returns:
All of the includes declared in this module.


Copyright © 2003 Blues Framework. All Rights Reserved.