Responsible for converting a set of command-line arguments into a {@link Runnable} action.
32333435363738
protected void doAction(String[] args, ExecutionListener listener) { createActionFactory().convert(Arrays.asList(args)).execute(listener); } CommandLineActionFactory createActionFactory() { return new CommandLineActionFactory(); }