Class DefaultExecutorInterpreter

  • All Implemented Interfaces:
    ExecutorInterpreter

    public class DefaultExecutorInterpreter
    extends AbstractExecutorInterpreter
    This class define the default executor interpreter. This interpreter use /bin/sh -c to create the command line.
    Since:
    2.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • DefaultExecutorInterpreter

        public DefaultExecutorInterpreter()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: ExecutorInterpreter
        Get the name of the interpreter.
        Returns:
        the name of the interpreter
      • createCommandLine

        public List<String> createCommandLine​(String arguments)
        Description copied from interface: ExecutorInterpreter
        Create the command line for the the argument of the interpreter.
        Parameters:
        arguments - the interpreter arguments
        Returns:
        the command line