Class DockerFiles
- java.lang.Object
-
- io.prestosql.tests.product.launcher.docker.DockerFiles
-
- All Implemented Interfaces:
AutoCloseable
public final class DockerFiles extends Object implements AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDockerFiles.ResourceProvider
-
Constructor Summary
Constructors Constructor Description DockerFiles()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static PathcreateTemporaryDirectoryForDocker()DockerFiles.ResourceProvidergetDockerFilesHostDirectory(String directory)PathgetDockerFilesHostPath()PathgetDockerFilesHostPath(String file)
-
-
-
Method Detail
-
close
@PreDestroy public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
getDockerFilesHostPath
public Path getDockerFilesHostPath()
-
getDockerFilesHostDirectory
public DockerFiles.ResourceProvider getDockerFilesHostDirectory(String directory)
-
createTemporaryDirectoryForDocker
public static Path createTemporaryDirectoryForDocker()
-
-