kdl.prox.script
Class PythonScriptRunner

java.lang.Object
  extended by kdl.prox.script.PythonScriptRunner

public class PythonScriptRunner
extends java.lang.Object

Test class that executes the Jython script file passed as an arg.


Constructor Summary
PythonScriptRunner(java.io.File scriptFile, java.lang.String[] args)
          Full-arg constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonScriptRunner

public PythonScriptRunner(java.io.File scriptFile,
                          java.lang.String[] args)
Full-arg constructor. Evaluates the specified Jython script file on the Proximity database specified in the configuration file (and available here via System properties). Binds an instance of the Proximity class (instantiated for dbName) as the variable "prox".

Parameters:
scriptFile -