Uses of Class
gov.nist.secauto.metaschema.cli.processor.CLIProcessor.CallingContext
-
Uses of CLIProcessor.CallingContext in gov.nist.secauto.metaschema.cli.processor.command
Modifier and TypeMethodDescriptionprotected CLIProcessor.CallingContext
AbstractCommandExecutor.getCallingContext()
Modifier and TypeMethodDescriptionvoid
ICommandExecutor.ExecutionFunction.execute
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) protected ExitStatus
AbstractParentCommand.executeCommand
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) AbstractParentCommand.newExecutor
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) ICommand.newExecutor
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) static ICommandExecutor
ICommandExecutor.using
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine, ICommandExecutor.ExecutionFunction function) default void
ICommand.validateOptions
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) ModifierConstructorDescriptionAbstractCommandExecutor
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)