public interface DriverConfigurationSpec extends DriverArchitectureSpec
A shortened version of DriverConfiguration intended purely for setting values.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
setVersion(Object version)Sets the version to something other than the default. |
|
public void |
setVersionRegexp(Object version)Sets the version using a regular expression. |
|
public void |
useLatestVersion()Sets the version to the latest version. |
| Methods inherited from class | Name |
|---|---|
interface DriverArchitectureSpec |
setArchitecture, setArchitecture, setArchitecture, setFallbackTo32Bit, setFallbackTo32Bit |
Sets the version to something other than the default.
version - Needs to be a value that evaluates to a fixed version.
Anything that lazy-evaluates to a string will do.Sets the version using a regular expression.
version - Anything that lazy-evaluates to a java.util.regex.Pattern will do.Sets the version to the latest version.