Uses of Interface
fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters.ExecutorInterpreter
-
Packages that use ExecutorInterpreter Package Description fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters This package contain classes related to the Galaxy tool executor interpreters. -
-
Uses of ExecutorInterpreter in fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters
Classes in fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters that implement ExecutorInterpreter Modifier and Type Class Description class
AbstractExecutorInterpreter
This class define an abstract executor interpreter that contains the default implementation of theexecute()
method that use aProcessBuilder
.class
DefaultExecutorInterpreter
This class define the default executor interpreter.class
DockerExecutorInterpreter
This class define a Docker executor interpreter.class
GenericExecutorInterpreter
This class define a generic executor interpreter.
-