| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteAssignmentStatement
Assigns either a constant or computed value to an absolute path.
|
class |
AssignmentStatement
Assigns a constant or computed value to a path.
|
class |
BindStatement
Associates a FullType (which may have a validation function) to a path.
|
class |
ComputedAssignmentStatement
Assigns a constant or computed value to a path.
|
class |
ComputedIncludeStatement
Evaluates a DML expression and then executes the named template.
|
class |
ComputedLoadpathStatement |
class |
ComputedVariableStatement
Sets a global variable to a constant or computed value.
|
class |
ConstantAssignmentStatement
Assigns either a constant or computed value to an absolute path.
|
class |
ConstantLoadpathStatement |
class |
ConstantVariableStatement
Sets a global variable to a constant or computed value.
|
class |
DeleteAssignmentStatement
Assigns either a constant or computed value to an absolute path.
|
class |
DynamicBindStatement
Associates a FullType (which may have a validation function) to a path.
|
class |
FunctionStatement
Associates a DML block to a given function name.
|
class |
IncludeStatement
Executes another referenced template whose name is either a constant or
computed from a DML expression.
|
class |
RelativeAssignmentStatement
Assigns a constant or computed value to a relative path.
|
class |
StaticBindStatement
Associates a FullType (which may have a validation function) to a path.
|
class |
StaticIncludeStatement
Executes a template identified by a constant string.
|
class |
TypeStatement
Associates a name with a FullType definition.
|
class |
VariableStatement
Sets a global variable to a constant or computed value.
|
| Constructor and Description |
|---|
Template(File source,
SourceRange sourceRange,
Template.TemplateType type,
String name,
List<Statement> statements)
Constructs a new template from the given information.
|
Copyright © 2014 Quattor. All Rights Reserved.