Uses of Class
morfologik.tools.ExitStatus
-
Packages that use ExitStatus Package Description morfologik.tools -
-
Uses of ExitStatus in morfologik.tools
Fields in morfologik.tools declared as ExitStatus Modifier and Type Field Description (package private) ExitStatus
ExitStatusException. exitStatus
Methods in morfologik.tools that return ExitStatus Modifier and Type Method Description ExitStatus
DictApply. call()
ExitStatus
DictCompile. call()
ExitStatus
DictDecompile. call()
ExitStatus
FSACompile. call()
ExitStatus
FSADecompile. call()
ExitStatus
FSAInfo. call()
private ExitStatus
DictApply. validateArguments()
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.Constructors in morfologik.tools with parameters of type ExitStatus Constructor 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)
-