Class EnvironmentOptions
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentOptions
-
public final class EnvironmentOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanbindPortsStringconfigbooleandebugStringlauncherBinDockerContainer.OutputModeoutputFileserverPackagebooleanwithoutPrestoMaster
-
Constructor Summary
Constructors Constructor Description EnvironmentOptions()
-
-
-
Field Detail
-
config
public String config
-
serverPackage
public File serverPackage
-
withoutPrestoMaster
public boolean withoutPrestoMaster
-
bindPorts
public boolean bindPorts
-
debug
public boolean debug
-
output
public DockerContainer.OutputMode output
-
launcherBin
public String launcherBin
-
-
Method Detail
-
empty
public static EnvironmentOptions empty()
-
-