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
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 Summary
Constructors -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.AbstractExecutorInterpreter
execute
-
Constructor Details
-
GenericExecutorInterpreter
Constructor.- Parameters:
interpreterName- the name of the interpreter
-
-
Method Details
-
getName
Description copied from interface:ExecutorInterpreterGet the name of the interpreter.- Returns:
- the name of the interpreter
-
createCommandLine
Description copied from interface:ExecutorInterpreterCreate the command line for the the argument of the interpreter.- Parameters:
arguments- the interpreter arguments- Returns:
- the command line
-
toString
-