Uses of Interface
gov.nist.secauto.metaschema.cli.processor.command.ICommandExecutor
-
Uses of ICommandExecutor in gov.nist.secauto.metaschema.cli.processor.command
Modifier and TypeClassDescriptionclass
A base class for implementation that perform the operation supported by a command.Modifier and TypeMethodDescriptionAbstractParentCommand.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 ICommandExecutor
ICommandExecutor.using
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine, ICommandExecutor.ExecutionFunction function) Create a new command executor.