java.lang.Object
coneforest.psylla.Psylla
The Psylla interpreter launcher.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
join()
void
join
(long millis) static Psylla
launch
(PrintStream outputStream, PrintStream errorStream, String... args) static Psylla
launch
(PrintWriter outputWriter, PrintWriter errorWriter, String... args) Process command-line options and launches the Psylla interpreter.static void
static void
setConsoleEncoding
(String consoleEncoding) static void
void
start()
-
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
Psylla
instance 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:
PsyErrorException
coneforest.clianthus.processor.ProcessingException
FileNotFoundException
-
setConsoleEncoding
-
setLocale
-
start
public void start() -
join
- Throws:
InterruptedException
-
join
- Throws:
InterruptedException
-