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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.AbstractExecutorInterpreter
execute
-
Field Details
-
INTERPRETER_NAME
- See Also:
-
-
Constructor Details
-
DefaultExecutorInterpreter
public DefaultExecutorInterpreter()
-
-
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
-