Package org.quattor.pan.statement

Provides classes that implement the core declarative statements of the pan language.

See:
          Description

Class Summary
AbsoluteAssignmentStatement Assigns either a constant or computed value to an absolute path.
AssignmentStatement Assigns a constant or computed value to a path.
BindStatement Associates a FullType (which may have a validation function) to a path.
ComputedAssignmentStatement Assigns a constant or computed value to a path.
ComputedIncludeStatement Evaluates a DML expression and then executes the named template.
ComputedLoadpathStatement  
ComputedVariableStatement Sets a global variable to a constant or computed value.
ConstantAssignmentStatement Assigns either a constant or computed value to an absolute path.
ConstantLoadpathStatement  
ConstantVariableStatement Sets a global variable to a constant or computed value.
DeleteAssignmentStatement Assigns either a constant or computed value to an absolute path.
FunctionStatement Associates a DML block to a given function name.
IncludeStatement Executes another referenced template whose name is either a constant or computed from a DML expression.
RelativeAssignmentStatement Assigns a constant or computed value to a relative path.
Statement Provides the superclass of all declarative statements in the pan configuration language.
StaticIncludeStatement Executes a template identified by a constant string.
TypeStatement Associates a name with a FullType definition.
VariableStatement Sets a global variable to a constant or computed value.
 

Package org.quattor.pan.statement Description

Provides classes that implement the core declarative statements of the pan language.



Copyright © 2011 Quattor. All Rights Reserved.