Uses of Class
gov.nist.secauto.metaschema.cli.processor.ExitCode
-
Packages that use ExitCode Package Description gov.nist.secauto.metaschema.cli.processor -
-
Uses of ExitCode in gov.nist.secauto.metaschema.cli.processor
Methods in gov.nist.secauto.metaschema.cli.processor that return ExitCode Modifier and Type Method Description ExitCodeAbstractExitStatus. getExitCode()ExitCodeExitStatus. getExitCode()Get the exit code information associated with this exit status.static ExitCodeExitCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExitCode[]ExitCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gov.nist.secauto.metaschema.cli.processor with parameters of type ExitCode Constructor Description AbstractExitStatus(ExitCode exitCode)Construct a new exit status based on the providedexitCode.MessageExitStatus(ExitCode code, Object... messageArguments)Construct a newExitStatusbased on an array of message arguments.
-