org.quattor.pan.statement
Class ConstantLoadpathStatement

java.lang.Object
  extended by org.quattor.pan.statement.Statement
      extended by org.quattor.pan.statement.VariableStatement
          extended by org.quattor.pan.statement.ConstantVariableStatement
              extended by org.quattor.pan.statement.ConstantLoadpathStatement

public class ConstantLoadpathStatement
extends ConstantVariableStatement


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

ConstantLoadpathStatement

protected ConstantLoadpathStatement(SourceRange sourceRange,
                                    Element value,
                                    boolean conditional,
                                    boolean modifiable)
                             throws SyntaxException
Throws:
SyntaxException
Method Detail

execute

public void execute(Context context)
Description copied from class: Statement
Execute this Statement within the given context.

Overrides:
execute in class ConstantVariableStatement
Parameters:
context - DML context to use for the evalution of this statement


Copyright © 2011 Quattor. All Rights Reserved.