Class ServiceRegistryExecutor

    • Constructor Detail

      • ServiceRegistryExecutor

        public ServiceRegistryExecutor()
    • Method Detail

      • execute

        public int execute​(String filter,
                           List<Argument> arguments)
        Description copied from interface: ExecutorStrategy
        Implement this method to support execute style commands such as a system command or to instantiate a Java class.
        Specified by:
        execute in interface ExecutorStrategy
        Parameters:
        filter - the command/class to execute/instantiate
        arguments - a list of Argument objects that need to be passed to the command line call or the class execute method
        Returns:
        int, the return code of the command/execute method