Class DriverServiceExecutable
java.lang.Object
net.serenitybdd.core.webdriver.servicepools.DriverServiceExecutable
public class DriverServiceExecutable
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDriverServiceExecutable.DriverServiceExecutableBuilder -
Constructor Summary
Constructors Constructor Description DriverServiceExecutable(java.lang.String exeName, java.lang.String exeProperty, java.lang.String documentationUrl, java.lang.String downloadUrl, EnvironmentVariables environmentVariables, boolean checkExecutable) -
Method Summary
Modifier and Type Method Description java.io.FileasAFile()java.nio.file.PathasAPath()static DriverServiceExecutable.DriverServiceExecutableBuildercalled(java.lang.String exeName)protected static voidcheckExecutable(java.io.File exe)protected static booleanisExecutable(java.io.File exe)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DriverServiceExecutable
public DriverServiceExecutable(java.lang.String exeName, java.lang.String exeProperty, java.lang.String documentationUrl, java.lang.String downloadUrl, EnvironmentVariables environmentVariables, boolean checkExecutable)
-
-
Method Details
-
called
public static DriverServiceExecutable.DriverServiceExecutableBuilder called(java.lang.String exeName) -
asAFile
public java.io.File asAFile() -
asAPath
public java.nio.file.Path asAPath() -
isExecutable
protected static boolean isExecutable(java.io.File exe) -
checkExecutable
protected static void checkExecutable(java.io.File exe)
-