Class DockerExecutorInterpreter

    • Constructor Detail

      • DockerExecutorInterpreter

        public DockerExecutorInterpreter​(String dockerImage)
        Constructor.
        Parameters:
        dockerImage - Docker image
    • Method Detail

      • 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