Package fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters
This package contain classes related to the Galaxy tool executor
interpreters.
- Since:
- 2.0
-
Interface Summary Interface Description ExecutorInterpreter This interface define a executor interpreter for Galaxy tools. -
Class Summary Class Description AbstractExecutorInterpreter This class define an abstract executor interpreter that contains the default implementation of theexecute()
method that use aProcessBuilder
.DefaultExecutorInterpreter This class define the default executor interpreter.DockerExecutorInterpreter This class define a Docker executor interpreter.GenericExecutorInterpreter This class define a generic executor interpreter.