Uses of Enum
gov.nist.secauto.metaschema.cli.processor.ExitCode
Packages that use ExitCode
-
Uses of ExitCode in gov.nist.secauto.metaschema.cli.processor
Methods in gov.nist.secauto.metaschema.cli.processor that return ExitCodeModifier and TypeMethodDescriptionAbstractExitStatus.getExitCode()ExitStatus.getExitCode()Get the exit code information associated with this exit status.static ExitCodeReturns 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 ExitCodeModifierConstructorDescriptionAbstractExitStatus(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.