Package coneforest.psylla
Class Psylla
- java.lang.Object
-
- coneforest.psylla.Psylla
-
public class Psylla extends Object
The Psylla interpreter launcher.
-
-
Constructor Summary
Constructors Constructor Description Psylla(coneforest.psylla.Psylla.PsyllaConfig psyllaConfig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidjoin()voidjoin(long millis)static Psyllalaunch(String[] args)Process command-line options and launches the Psylla interpreter.static voidmain(String[] args)static voidsetConsoleEncoding(String consoleEncoding)static voidsetLocale(String locale)voidstart()
-
-
-
Constructor Detail
-
Psylla
public Psylla(coneforest.psylla.Psylla.PsyllaConfig psyllaConfig) throws PsyException- Throws:
PsyException
-
-
Method Detail
-
main
public static void main(String[] args)
-
launch
public static Psylla launch(String[] args) throws PsyException, ProcessingException, FileNotFoundException
Process command-line options and launches the Psylla interpreter.- Parameters:
args- the command-line options- Returns:
- the
Psyllainstance launched. - Throws:
PsyExceptionProcessingExceptionFileNotFoundException
-
setConsoleEncoding
public static void setConsoleEncoding(String consoleEncoding)
-
setLocale
public static void setLocale(String locale)
-
start
public void start()
-
join
public void join() throws InterruptedException- Throws:
InterruptedException
-
join
public void join(long millis) throws InterruptedException- Throws:
InterruptedException
-
-