public class ServiceRegistryExecutor extends Object implements ExecutorStrategy
| Constructor and Description | 
|---|
ServiceRegistryExecutor()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
execute(String filter,
       List<Argument> arguments)
Implement this method to support execute style commands such as a system
 command or to instantiate a Java class. 
 | 
public int execute(String filter, List<Argument> arguments)
ExecutorStrategyexecute in interface ExecutorStrategyfilter - 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 © 2020. All rights reserved.