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

public class DockerExecutorInterpreter extends AbstractExecutorInterpreter
This class define a Docker executor interpreter.
Since:
2.0
Author:
Laurent Jourdren
  • Field Details

  • Constructor Details

    • DockerExecutorInterpreter

      public DockerExecutorInterpreter(String dockerImage)
      Constructor.
      Parameters:
      dockerImage - Docker image
  • 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