public class jython extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
shouldRestart |
Constructor and Description |
---|
jython() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()