public class Jailer extends Object
| Constructor and Description |
|---|
Jailer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
jailerMain(String[] args,
StringBuffer warnings,
ProgressListener progressListener)
Main-method for GUI.
|
static void |
main(String[] args)
Main-method for CLI.
|
public static void main(String[] args)
args - argumentspublic static boolean jailerMain(String[] args, StringBuffer warnings, ProgressListener progressListener) throws Exception
args - argumentswarnings - string-buffer to print warnings into, may be nullprogressListener - listens to progess events, may be nullfalse iff something went wrongException