|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.statement.Statement
org.quattor.pan.statement.VariableStatement
org.quattor.pan.statement.ConstantVariableStatement
org.quattor.pan.statement.ConstantLoadpathStatement
public class ConstantLoadpathStatement
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.statement.ConstantVariableStatement |
|---|
value |
| Fields inherited from class org.quattor.pan.statement.VariableStatement |
|---|
conditional, modifiable, name |
| Constructor Summary | |
|---|---|
protected |
ConstantLoadpathStatement(SourceRange sourceRange,
Element value,
boolean conditional,
boolean modifiable)
|
| Method Summary | |
|---|---|
void |
execute(Context context)
Execute this Statement within the given context. |
| Methods inherited from class org.quattor.pan.statement.ConstantVariableStatement |
|---|
toString |
| Methods inherited from class org.quattor.pan.statement.VariableStatement |
|---|
convertLoadpathVariable, getInstance |
| Methods inherited from class org.quattor.pan.statement.Statement |
|---|
getSourceRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ConstantLoadpathStatement(SourceRange sourceRange,
Element value,
boolean conditional,
boolean modifiable)
throws SyntaxException
SyntaxException| Method Detail |
|---|
public void execute(Context context)
Statement
execute in class ConstantVariableStatementcontext - DML context to use for the evalution of this statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||