|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for a Blues include configuration.
Method Summary | |
ModuleCfg |
getIncludedModule()
Returns the included module. |
java.lang.String |
getModulePath()
Returns the path to the module configuration file. |
java.lang.String |
getName()
Returns the name of this include. |
java.lang.String[] |
getVariableNames()
Returns all of the variable names declared in this include. |
java.lang.String |
getVariableRefrence(java.lang.String variableName)
Returns the refrence to use for the specified variable name. |
void |
initIncludedModule(ModuleCfg module)
Initalizes the refrence to the included module once it is loaded. |
Method Detail |
public java.lang.String getName()
public java.lang.String getModulePath()
public java.lang.String[] getVariableNames()
public java.lang.String getVariableRefrence(java.lang.String variableName)
variableName
- The name of the variable to resolve.
public void initIncludedModule(ModuleCfg module)
module
- The included module.public ModuleCfg getIncludedModule()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |