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.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. -
Uses of ExitStatus in gov.nist.secauto.metaschema.cli.processor.command
Methods in gov.nist.secauto.metaschema.cli.processor.command that return ExitStatusModifier and TypeMethodDescriptionabstract ExitStatusAbstractCommandExecutor.execute()ICommandExecutor.execute()ICommandExecutor.ExecutionFunction.execute(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) protected ExitStatusAbstractParentCommand.executeCommand(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)