Uses of Interface
gov.nist.secauto.metaschema.cli.processor.command.ICommandExecutor
Packages that use ICommandExecutor
-
Uses of ICommandExecutor in gov.nist.secauto.metaschema.cli.processor.command
Classes in gov.nist.secauto.metaschema.cli.processor.command that implement ICommandExecutorModifier and TypeClassDescriptionclass
A base class for implementation that perform the operation supported by a command.Methods in gov.nist.secauto.metaschema.cli.processor.command that return ICommandExecutorModifier 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.