Uses of Interface
gov.nist.secauto.metaschema.cli.processor.ExitStatus
Packages that use ExitStatus
Package
Description
-
Uses of ExitStatus in gov.nist.secauto.metaschema.cli.processor
Classes in gov.nist.secauto.metaschema.cli.processor that implement ExitStatusModifier and TypeClassDescriptionclassclassclassMethods in gov.nist.secauto.metaschema.cli.processor that return ExitStatusModifier 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 ExitStatusCLIProcessor.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.Methods in gov.nist.secauto.metaschema.cli.processor with parameters of type ExitStatusModifier 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
Methods in gov.nist.secauto.metaschema.cli.processor.command that return ExitStatusModifier and TypeMethodDescriptionprotected ExitStatusAbstractParentCommand.executeCommand(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) CommandExecutionException.toExitStatus()Generate anExitStatusbased on this exception.