| Package | Description |
|---|---|
| morfologik.tools |
| Modifier and Type | Field and Description |
|---|---|
(package private) ExitStatus |
ExitStatusException.exitStatus |
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
DictCompile.call() |
ExitStatus |
DictDecompile.call() |
ExitStatus |
FSABuild.call() |
ExitStatus |
FSADump.call() |
ExitStatus |
FSAInfo.call() |
static ExitStatus |
ExitStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExitStatus[] |
ExitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExitStatusException(ExitStatus status,
java.lang.String message,
java.lang.Object... args) |
ExitStatusException(ExitStatus status,
java.lang.Throwable t,
java.lang.String message,
java.lang.Object... args) |