| Constructor and Description |
|---|
CommandLineActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Action<ExecutionListener> |
convert(List<String> args)
Converts the given command-line arguments to an
Action which performs the action requested by the
command-line args. |
protected void |
createActionFactories(ServiceRegistry loggingServices,
Collection<CommandLineAction> actions) |
ServiceRegistry |
createLoggingServices() |
public Action<ExecutionListener> convert(List<String> args)
Converts the given command-line arguments to an Action which performs the action requested by the
command-line args.
args - The command-line arguments.protected void createActionFactories(ServiceRegistry loggingServices, Collection<CommandLineAction> actions)
public ServiceRegistry createLoggingServices()
Copyright © 2013. All rights reserved