| Package | Description |
|---|---|
| org.quattor.pan.statement |
Provides classes that implement the core declarative statements of the
pan language.
|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Class and Description |
|---|
| 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.
|
| ComputedVariableStatement
Sets a global variable to a constant or computed value.
|
| ConstantVariableStatement
Sets a global variable to a constant or computed value.
|
| IncludeStatement
Executes another referenced template whose name is either a constant or
computed from a DML expression.
|
| Statement
Provides the superclass of all declarative statements in the pan
configuration language.
|
| VariableStatement
Sets a global variable to a constant or computed value.
|
| Class and Description |
|---|
| Statement
Provides the superclass of all declarative statements in the pan
configuration language.
|
Copyright © 2014 Quattor. All Rights Reserved.