org.sintef.mofscript.runtime.statement
Class FileStatementExecutor

java.lang.Object
  extended by org.sintef.mofscript.runtime.statement.StatementExecutor
      extended by org.sintef.mofscript.runtime.statement.FileStatementExecutor
All Implemented Interfaces:
MofScriptExecuter

public class FileStatementExecutor
extends StatementExecutor


Field Summary
 
Fields inherited from class org.sintef.mofscript.runtime.statement.StatementExecutor
_env, _ownerRule, _statement
 
Constructor Summary
FileStatementExecutor(MOFScriptStatement statement, ExecutionEnvironment env, RuleExecutor ownerRule)
           
 
Method Summary
 java.lang.Object executeStatement(java.lang.Object rule_create)
          Overrides superclass executeStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileStatementExecutor

public FileStatementExecutor(MOFScriptStatement statement,
                             ExecutionEnvironment env,
                             RuleExecutor ownerRule)
Method Detail

executeStatement

public java.lang.Object executeStatement(java.lang.Object rule_create)
                                  throws MofScriptExecutionException
Overrides superclass executeStatement

Overrides:
executeStatement in class StatementExecutor
Throws:
MofScriptExecutionException