org.python.util
Class jython

java.lang.Object
  extended by org.python.util.jython

public class jython
extends java.lang.Object


Field Summary
static boolean shouldRestart
           
 
Constructor Summary
jython()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void run(java.lang.String[] args)
           
static void runJar(java.lang.String filename)
           
static void shutdownInterpreter()
          Run any finalizations on the current interpreter in preparation for a SytemRestart.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shouldRestart

public static boolean shouldRestart
Constructor Detail

jython

public jython()
Method Detail

runJar

public static void runJar(java.lang.String filename)

main

public static void main(java.lang.String[] args)

run

public static void run(java.lang.String[] args)

shutdownInterpreter

public static void shutdownInterpreter()
Run any finalizations on the current interpreter in preparation for a SytemRestart.



Jython homepage