public interface CommandLineAction
| Modifier and Type | Method and Description |
|---|---|
void |
configureCommandLineParser(CommandLineParser parser)
Configures the given parser with the options used by this action.
|
Action<ExecutionListener> |
createAction(CommandLineParser parser,
ParsedCommandLine commandLine)
Creates an executable action from the given command-line args.
|
void configureCommandLineParser(CommandLineParser parser)
Action<ExecutionListener> createAction(CommandLineParser parser, ParsedCommandLine commandLine)
Copyright © 2013. All rights reserved