Class GenericExecutorInterpreter

java.lang.Object
fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.AbstractExecutorInterpreter
fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.GenericExecutorInterpreter
All Implemented Interfaces:
ExecutorInterpreter

public class GenericExecutorInterpreter extends AbstractExecutorInterpreter
This class define a generic executor interpreter. The path of the executor is first searched in Eoulsan settings, and not set, it will be search in the system PATH.
Since:
2.0
Author:
Laurent Jourdren
  • Constructor Details

    • GenericExecutorInterpreter

      public GenericExecutorInterpreter(String interpreterName)
      Constructor.
      Parameters:
      interpreterName - the name of the interpreter
  • 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