Uses of Interface
gov.nist.secauto.metaschema.cli.processor.ExitStatus
Package
Description
-
Uses of ExitStatus in gov.nist.secauto.metaschema.cli.processor
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionExitCode.exit()
Exit without a message.ExitCode.exitMessage()
Exit with the associated message.ExitCode.exitMessage
(Object... messageArguments) Exit with the associated message and message arguments.CLIProcessor.CallingContext.handleError
(ExitStatus exitStatus, org.apache.commons.cli.CommandLine cmdLine, boolean showHelp) CLIProcessor.CallingContext.handleInvalidCommand
(String message) protected ExitStatus
CLIProcessor.CallingContext.invokeCommand
(org.apache.commons.cli.CommandLine cmdLine) Process a set of CLIProcessor arguments.CLIProcessor.CallingContext.processCommand()
AbstractExitStatus.withThrowable
(Throwable throwable) ExitStatus.withThrowable
(Throwable throwable) Associate a throwable with the exit status.Modifier and TypeMethodDescriptionCLIProcessor.CallingContext.handleError
(ExitStatus exitStatus, org.apache.commons.cli.CommandLine cmdLine, boolean showHelp) -
Uses of ExitStatus in gov.nist.secauto.metaschema.cli.processor.command
Modifier and TypeMethodDescriptionprotected ExitStatus
AbstractParentCommand.executeCommand
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) CommandExecutionException.toExitStatus()
Generate anExitStatus
based on this exception.