java.lang.Object
coneforest.psylla.runtime.Psylla
The Psylla interpreter launcher.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidjoin()voidjoin(long millis) static Psyllalaunch(PrintStream outputStream, PrintStream errorStream, String... args) static Psyllalaunch(PrintWriter outputWriter, PrintWriter errorWriter, String... args) Process command-line options and launches the Psylla interpreter.static voidstatic voidsetConsoleEncoding(String consoleEncoding) static voidvoidstart()
-
Constructor Details
-
Psylla
- Throws:
PsyErrorException
-
-
Method Details
-
main
-
launch
public static Psylla launch(PrintWriter outputWriter, PrintWriter errorWriter, String... args) throws PsyErrorException, coneforest.clianthus.processor.ProcessingException, FileNotFoundException Process command-line options and launches the Psylla interpreter.- Parameters:
args- the command-line options.- Returns:
- the
Psyllainstance launched. - Throws:
PsyErrorException- when TODOconeforest.clianthus.processor.ProcessingException- when TODOFileNotFoundException- when TODO
-
launch
public static Psylla launch(PrintStream outputStream, PrintStream errorStream, String... args) throws PsyErrorException, coneforest.clianthus.processor.ProcessingException, FileNotFoundException - Throws:
PsyErrorExceptionconeforest.clianthus.processor.ProcessingExceptionFileNotFoundException
-
setConsoleEncoding
-
setLocale
-
start
public void start() -
join
- Throws:
InterruptedException
-
join
- Throws:
InterruptedException
-