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()Methods in gov.nist.secauto.metaschema.cli.processor.command with parameters of type CLIProcessor.CallingContextModifier and TypeMethodDescriptionICommandExecutor.ExecutionFunction.execute(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) protected ExitStatusAbstractParentCommand.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 ICommandExecutorICommandExecutor.using(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine, ICommandExecutor.ExecutionFunction function) default voidICommand.validateOptions(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) Constructors in gov.nist.secauto.metaschema.cli.processor.command with parameters of type CLIProcessor.CallingContextModifierConstructorDescriptionAbstractCommandExecutor(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)