Class DefaultExecutorInterpreter

java.lang.Object
fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.AbstractExecutorInterpreter
fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.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
  • Field Details

  • Constructor Details

    • DefaultExecutorInterpreter

      public DefaultExecutorInterpreter()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object