| Modifier and Type | Field and Description |
|---|---|
protected Architecture |
BrowserManager.architecture |
| Modifier and Type | Method and Description |
|---|---|
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BrowserManager |
BrowserManager.architecture(Architecture architecture) |
protected String |
BrowserManager.existsDriverInCache(String repository,
String driverVersion,
Architecture arch) |
protected List<URL> |
BrowserManager.filter(List<URL> list,
Architecture arch) |
protected void |
BrowserManager.manage(Architecture arch,
DriverVersion version) |
protected void |
BrowserManager.manage(Architecture arch,
String version) |
void |
BrowserManager.setup(Architecture architecture)
Deprecated.
use
BrowserManager.architecture(Architecture) instead. |
void |
BrowserManager.setup(Architecture architecture,
String version)
Deprecated.
use
BrowserManager.version(String) and
BrowserManager.architecture(Architecture) instead. |
Copyright © 2017. All rights reserved.