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