public class CliMain
extends java.lang.Object
Usage:
java -jar seal-test.jar [action] [params]
| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_ARGUMENTS
Exit code when there is an error in the command line arguments
|
static int |
ERR_IO
Exit code when there is an error reading some input file
|
static int |
ERR_OK
Exit code when everything is OK
|
static java.lang.String |
s_versionString
The version number of the library
|
| Constructor and Description |
|---|
CliMain() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
The main method when Seal Test is run from the command line
|
protected static java.lang.String[] |
removeAction(java.lang.String[] args) |
public static final transient int ERR_OK
public static final transient int ERR_ARGUMENTS
public static final transient int ERR_IO
public static final transient java.lang.String s_versionString
Copyright © Sylvain HallĂ©. All Rights Reserved.