| Package | Description |
|---|---|
| org.quattor.pan |
Contains the high-level classes used to invoke the pan language compiler.
|
| org.quattor.pan.dml.data |
Provides data elements for the Data Manipulation Language (DML).
|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Field and Description |
|---|---|
HashResource |
CompilerOptions.rootElement |
| Modifier and Type | Method and Description |
|---|---|
static HashResource |
CompilerOptions.createRootElement(String rootElement) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtectedHashResource |
| Constructor and Description |
|---|
HashResource(HashResource source)
This constructor creates a shallow copy of the given HashResource.
|
ProtectedHashResource(HashResource baseHash) |
| Modifier and Type | Method and Description |
|---|---|
HashResource |
CompileTimeContext.createRelativeRoot()
Initializes the relative root for this context and returns the old
relative root.
|
HashResource |
BuildContext.createRelativeRoot()
Initializes the relative root for this context and returns the old
relative root.
|
HashResource |
Context.createRelativeRoot()
Initializes the relative root for this context and returns the old
relative root.
|
HashResource |
CompileTimeContext.getRoot()
Returns the root element for this context.
|
HashResource |
BuildContext.getRoot()
Returns the root element for this context.
|
HashResource |
Context.getRoot()
Returns the root element for this context.
|
HashResource |
CompileTimeContext.restoreRelativeRoot(HashResource previousValue)
Retrieve and clear the relative root for this context.
|
HashResource |
BuildContext.restoreRelativeRoot(HashResource previousValue)
Retrieve and clear the relative root for this context.
|
HashResource |
Context.restoreRelativeRoot(HashResource previousValue)
Retrieve and clear the relative root for this context.
|
| Modifier and Type | Method and Description |
|---|---|
HashResource |
CompileTimeContext.restoreRelativeRoot(HashResource previousValue)
Retrieve and clear the relative root for this context.
|
HashResource |
BuildContext.restoreRelativeRoot(HashResource previousValue)
Retrieve and clear the relative root for this context.
|
HashResource |
Context.restoreRelativeRoot(HashResource previousValue)
Retrieve and clear the relative root for this context.
|
Copyright © 2014 Quattor. All Rights Reserved.