Uses of Class
gov.nist.secauto.metaschema.cli.processor.CLIProcessor.CallingContext
Packages that use CLIProcessor.CallingContext
-
Uses of CLIProcessor.CallingContext in gov.nist.secauto.metaschema.cli.processor.command
Methods in gov.nist.secauto.metaschema.cli.processor.command that return CLIProcessor.CallingContextModifier and TypeMethodDescriptionprotected CLIProcessor.CallingContextAbstractCommandExecutor.getCallingContext()Get the context of the command execution, which provides access to the execution environment needed for command processing.Methods in gov.nist.secauto.metaschema.cli.processor.command with parameters of type CLIProcessor.CallingContextModifier and TypeMethodDescriptionvoidICommandExecutor.ExecutionFunction.execute(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Execute a command operation.AbstractParentCommand.newExecutor(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) ICommand.newExecutor(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Create a new executor for this command.static ICommandExecutorICommandExecutor.using(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine, ICommandExecutor.ExecutionFunction function) Create a new command executor.default voidICommand.validateExtraArguments(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Validates that the provided extra arguments meet expectations.default voidICommand.validateOptions(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Validate the options provided on the command line based on what is required for this command.Constructors in gov.nist.secauto.metaschema.cli.processor.command with parameters of type CLIProcessor.CallingContextModifierConstructorDescriptionprotectedAbstractCommandExecutor(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Construct a new command executor.