| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
ProtectedListResource |
| Modifier and Type | Method and Description |
|---|---|
ListResource |
Resource.rgetList(Term[] terms,
int index) |
ListResource |
Element.rgetList(Term[] terms,
int index)
This is a special lookup function that will retrieve a list from the
resource.
|
| Constructor and Description |
|---|
ListResource(ListResource source)
This method creates a shallow copy of the given ListResource.
|
ProtectedListResource(ListResource baseList) |
| Modifier and Type | Method and Description |
|---|---|
LocalVariableMap |
CompileTimeContext.createLocalVariableMap(ListResource argv) |
LocalVariableMap |
BuildContext.createLocalVariableMap(ListResource argv) |
LocalVariableMap |
Context.createLocalVariableMap(ListResource argv) |
| Constructor and Description |
|---|
LocalVariableMap(ListResource argv)
Create an instance that contains mappings for the variables ARGV and
ARGC.
|
Copyright © 2014 Quattor. All Rights Reserved.