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 void
join()
void
join(long millis)
static Psylla
launch(String[] args)
Process command-line options and launches the Psylla interpreter.static void
main(String[] args)
static void
setConsoleEncoding(String consoleEncoding)
static void
setLocale(String locale)
void
start()
-
-
-
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
Psylla
instance launched. - Throws:
PsyException
ProcessingException
FileNotFoundException
-
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
-
-