|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.util.jython
public class jython
Field Summary | |
---|---|
static boolean |
shouldRestart
|
Constructor Summary | |
---|---|
jython()
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
static void |
run(String[] args)
|
static void |
runJar(String filename)
Runs a JAR file, by executing the code found in the file __run__.py, which should be in the root of the JAR archive. |
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 |
---|
public static boolean shouldRestart
Constructor Detail |
---|
public jython()
Method Detail |
---|
public static void runJar(String filename)
filename
- The path to the filename to run.public static void main(String[] args)
public static void run(String[] args)
public static void shutdownInterpreter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |