|
||||||||||
| 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.ComputedVariableStatement
org.quattor.pan.statement.ComputedLoadpathStatement
public class ComputedLoadpathStatement
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.statement.ComputedVariableStatement |
|---|
dml |
| Fields inherited from class org.quattor.pan.statement.VariableStatement |
|---|
conditional, modifiable, name |
| Constructor Summary | |
|---|---|
protected |
ComputedLoadpathStatement(SourceRange sourceRange,
Operation dml,
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.ComputedVariableStatement |
|---|
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 ComputedLoadpathStatement(SourceRange sourceRange,
Operation dml,
boolean conditional,
boolean modifiable)
throws SyntaxException
SyntaxException| Method Detail |
|---|
public void execute(Context context)
Statement
execute in class ComputedVariableStatementcontext - 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 | |||||||||