Uses of Class
gov.nist.secauto.metaschema.cli.processor.CLIProcessor.CallingContext
-
Packages that use CLIProcessor.CallingContext Package Description gov.nist.secauto.metaschema.cli.processor.command -
-
Uses of CLIProcessor.CallingContext in gov.nist.secauto.metaschema.cli.processor.command
Methods in gov.nist.secauto.metaschema.cli.processor.command that return CLIProcessor.CallingContext Modifier and Type Method Description protected CLIProcessor.CallingContextAbstractCommandExecutor. getCallingContext()Methods in gov.nist.secauto.metaschema.cli.processor.command with parameters of type CLIProcessor.CallingContext Modifier and Type Method Description ExitStatusICommandExecutor.ExecutionFunction. execute(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)protected ExitStatusAbstractParentCommand. executeCommand(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)ICommandExecutorAbstractParentCommand. newExecutor(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine)ICommandExecutorICommand. 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.CallingContext Constructor Description AbstractCommandExecutor(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)
-