public class DriverServiceExecutable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DriverServiceExecutable.DriverServiceExecutableBuilder |
Constructor and Description |
---|
DriverServiceExecutable(String exeName,
String exeProperty,
String documentationUrl,
String downloadUrl,
EnvironmentVariables environmentVariables,
boolean checkExecutable) |
Modifier and Type | Method and Description |
---|---|
File |
asAFile() |
Path |
asAPath() |
static DriverServiceExecutable.DriverServiceExecutableBuilder |
called(String exeName) |
protected static void |
checkExecutable(File exe) |
protected static boolean |
isExecutable(File exe) |
public DriverServiceExecutable(String exeName, String exeProperty, String documentationUrl, String downloadUrl, EnvironmentVariables environmentVariables, boolean checkExecutable)
Copyright © 2021. All rights reserved.