public abstract class BrowserManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
protected String |
versionToDownload |
| Constructor and Description |
|---|
BrowserManager() |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
filter(Architecture arch,
List<URL> list) |
protected abstract List<URL> |
getDrivers(Architecture arch,
String version) |
List<URL> |
getDriversFromXml(Architecture arch,
URL driverUrl,
String driverBinary,
String driverVersion) |
String |
getDriverVersion() |
protected abstract String |
getExportParameter() |
List<URL> |
getLatest(List<URL> list,
String match) |
List<URL> |
getVersion(List<URL> list,
String match,
String version) |
Document |
loadXML(Reader reader) |
void |
manage(Architecture arch,
DriverVersion version) |
void |
manage(Architecture arch,
String version) |
void |
setup() |
void |
setup(Architecture arch) |
void |
setup(Architecture arch,
String version) |
void |
setup(String version) |
Integer |
versionCompare(String str1,
String str2) |
protected static final org.slf4j.Logger log
protected String versionToDownload
protected abstract List<URL> getDrivers(Architecture arch, String version) throws Exception
Exceptionprotected abstract String getExportParameter()
public void manage(Architecture arch, DriverVersion version)
public void manage(Architecture arch, String version)
public List<URL> filter(Architecture arch, List<URL> list)
public List<URL> getDriversFromXml(Architecture arch, URL driverUrl, String driverBinary, String driverVersion) throws Exception
Exceptionpublic void setup()
public void setup(Architecture arch, String version)
public void setup(String version)
public void setup(Architecture arch)
public String getDriverVersion()
Copyright © 2015. All rights reserved.