public class CommandExecutor extends Object implements ExecutorStrategy
| Constructor and Description |
|---|
CommandExecutor() |
public int execute(String commandLine, List<Argument> arguments)
execute in interface ExecutorStrategycommandLine - the command/class to execute/instantiatearguments - a list of Argument objects that need to be passed to the
command line call or the class execute methodCopyright © 2015. All rights reserved.