Uses of Interface
gov.nist.secauto.metaschema.cli.processor.ExitStatus
-
Packages that use ExitStatus Package Description gov.nist.secauto.metaschema.cli.processor gov.nist.secauto.metaschema.cli.processor.command -
-
Uses of ExitStatus in gov.nist.secauto.metaschema.cli.processor
Classes in gov.nist.secauto.metaschema.cli.processor that implement ExitStatus Modifier and Type Class Description classAbstractExitStatusclassMessageExitStatusclassNonMessageExitStatusMethods in gov.nist.secauto.metaschema.cli.processor that return ExitStatus Modifier and Type Method Description ExitStatusExitCode. exit()Exit without a message.ExitStatusExitCode. exitMessage()Exit with the associated message.ExitStatusExitCode. exitMessage(Object... messageArguments)Exit with the associated message and message arguments.ExitStatusCLIProcessor.CallingContext. handleInvalidCommand(String message)protected ExitStatusCLIProcessor.CallingContext. invokeCommand(org.apache.commons.cli.CommandLine cmdLine)ExitStatusCLIProcessor. process(String... args)Process a set of CLIProcessor arguments.ExitStatusCLIProcessor.CallingContext. processCommand()ExitStatusAbstractExitStatus. withThrowable(Throwable throwable)ExitStatusExitStatus. withThrowable(Throwable throwable)Associate a throwable with the exit status. -
Uses of ExitStatus in gov.nist.secauto.metaschema.cli.processor.command
Methods in gov.nist.secauto.metaschema.cli.processor.command that return ExitStatus Modifier and Type Method Description abstract ExitStatusAbstractCommandExecutor. execute()ExitStatusICommandExecutor. execute()ExitStatusICommandExecutor.ExecutionFunction. execute(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)protected ExitStatusAbstractParentCommand. executeCommand(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)
-