@FunctionalInterface public static interface BinaryManager.Builder.BinaryDestinationDirStep
BinaryManager.Builder
step that forces the user to specify a directory where binaries shall be deployed to.Modifier and Type | Method and Description |
---|---|
BinaryManager.Builder |
binaryDestinationDir(Path binaryDestinationDirPath) |
default BinaryManager.Builder |
defaultBinaryDestinationDir()
Use the default binary destination directory (
$HOME/.webdriver-manager ). |
@Nonnull BinaryManager.Builder binaryDestinationDir(Path binaryDestinationDirPath)
@Nonnull default BinaryManager.Builder defaultBinaryDestinationDir()
$HOME/.webdriver-manager
).BinaryManager.Builder
instanceCopyright © 2019. All rights reserved.