Interface ICommandExecutor
- All Known Implementing Classes:
AbstractCommandExecutor
public interface ICommandExecutor
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
static ICommandExecutor
using
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine, ICommandExecutor.ExecutionFunction function)
-
Method Details
-
execute
- Throws:
CommandExecutionException
-
using
@NonNull static ICommandExecutor using(@NonNull CLIProcessor.CallingContext callingContext, @NonNull org.apache.commons.cli.CommandLine commandLine, @NonNull ICommandExecutor.ExecutionFunction function)
-