public interface DriverDownloadSpecification
A specification for a driver to find.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public org.ysb33r.grolifant5.api.core.OperatingSystem$Arch |
getArch()Architecture to find a driver for. |
|
public String |
getName()Name of the driver. |
|
public org.ysb33r.grolifant5.api.core.OperatingSystem |
getOs()Operating system. |
|
public java.util.regex.Pattern |
getVersion()A regular expression that matches the version of the driver. |
|
public boolean |
isFallbackTo32Bit()Whether to fall back to a 32bit driver if 64bit is not available. |
Architecture to find a driver for.
Name of the driver.
Operating system.
A regular expression that matches the version of the driver.
Whether to fall back to a 32bit driver if 64bit is not available.
true if fallback is enabled.