Uses of Class
org.quattor.pan.utils.GlobalVariable

Packages that use GlobalVariable
org.quattor.pan.template Contains the classes that define the java implementation a pan template or classes related to them. 
 

Uses of GlobalVariable in org.quattor.pan.template
 

Methods in org.quattor.pan.template that return GlobalVariable
 GlobalVariable CompileTimeContext.replaceGlobalVariable(java.lang.String name, Element value, boolean finalFlag)
          Replaces the given global variable with the given value.
 GlobalVariable BuildContext.replaceGlobalVariable(java.lang.String name, Element value, boolean finalFlag)
          Replaces the given global variable with the given value.
 GlobalVariable Context.replaceGlobalVariable(java.lang.String name, Element value, boolean finalFlag)
          Replaces the given global variable with the given value.
 GlobalVariable CompileTimeContext.retrieveGlobalVariable(java.lang.String name)
           
 GlobalVariable BuildContext.retrieveGlobalVariable(java.lang.String name)
           
 GlobalVariable Context.retrieveGlobalVariable(java.lang.String name)
           
 

Methods in org.quattor.pan.template with parameters of type GlobalVariable
 void CompileTimeContext.setGlobalVariable(java.lang.String name, GlobalVariable variable)
          Set the variable to the given GlobalVariable.
 void BuildContext.setGlobalVariable(java.lang.String name, GlobalVariable variable)
          Set the variable to the given GlobalVariable.
 void Context.setGlobalVariable(java.lang.String name, GlobalVariable variable)
          Set the variable to the given GlobalVariable.
 

Constructors in org.quattor.pan.template with parameters of type GlobalVariable
VariableSelfHolder(GlobalVariable variable)
           
 



Copyright © 2011 Quattor. All Rights Reserved.