| Package | Description |
|---|---|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalVariable |
CompileTimeContext.replaceGlobalVariable(String name,
Element value,
boolean finalFlag)
Replaces the given global variable with the given value.
|
GlobalVariable |
BuildContext.replaceGlobalVariable(String name,
Element value,
boolean finalFlag)
Replaces the given global variable with the given value.
|
GlobalVariable |
Context.replaceGlobalVariable(String name,
Element value,
boolean finalFlag)
Replaces the given global variable with the given value.
|
GlobalVariable |
CompileTimeContext.retrieveGlobalVariable(String name) |
GlobalVariable |
BuildContext.retrieveGlobalVariable(String name) |
GlobalVariable |
Context.retrieveGlobalVariable(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompileTimeContext.setGlobalVariable(String name,
GlobalVariable variable)
Set the variable to the given GlobalVariable.
|
void |
BuildContext.setGlobalVariable(String name,
GlobalVariable variable)
Set the variable to the given GlobalVariable.
|
void |
Context.setGlobalVariable(String name,
GlobalVariable variable)
Set the variable to the given GlobalVariable.
|
| Constructor and Description |
|---|
VariableSelfHolder(GlobalVariable variable) |
Copyright © 2014 Quattor. All Rights Reserved.