public class DriverServiceExecutable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DriverServiceExecutable.DriverServiceExecutableBuilder |
| Constructor and Description |
|---|
DriverServiceExecutable(java.lang.String exeName,
java.lang.String exeProperty,
java.lang.String documentationUrl,
java.lang.String downloadUrl,
net.thucydides.core.util.EnvironmentVariables environmentVariables,
boolean checkExecutable) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
asAFile() |
java.nio.file.Path |
asAPath() |
static DriverServiceExecutable.DriverServiceExecutableBuilder |
called(java.lang.String exeName) |
public DriverServiceExecutable(java.lang.String exeName,
java.lang.String exeProperty,
java.lang.String documentationUrl,
java.lang.String downloadUrl,
net.thucydides.core.util.EnvironmentVariables environmentVariables,
boolean checkExecutable)
public static DriverServiceExecutable.DriverServiceExecutableBuilder called(java.lang.String exeName)
public java.io.File asAFile()
public java.nio.file.Path asAPath()