Class DockerRExecutor

  • All Implemented Interfaces:
    RExecutor

    public class DockerRExecutor
    extends ProcessRExecutor
    This class define a Docker RExecutor.
    Since:
    2.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • DockerRExecutor

        public DockerRExecutor​(File outputDirectory,
                               File temporaryDirectory,
                               String dockerImage)
                        throws IOException
        Constructor.
        Parameters:
        outputDirectory - the output directory
        temporaryDirectory - the temporary directory
        dockerImage - docker image to use
        Throws:
        IOException - if an error occurs while creating the object