kdl.prox.app
Class PythonScript

java.lang.Object
  extended by kdl.prox.app.PythonScript

public class PythonScript
extends java.lang.Object

Main application for executing a Proximity Python script file.

See Also:
for information about accessing application-specific arguments to scripts

Constructor Summary
PythonScript()
           
 
Method Summary
static void main(java.lang.String[] args)
          Processes the input Jython file on the passed database name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonScript

public PythonScript()
Method Detail

main

public static void main(java.lang.String[] args)
Processes the input Jython file on the passed database name.

Args: hostAndPort scriptName [applicationArgs]