@ProviderType public class NoKnownDevices extends Object implements KnownDevices
| Modifier and Type | Method and Description |
|---|---|
Set<VersionableName> |
getBrands() |
Set<VersionableName> |
getBrowsers() |
Map<Capability,Set<String>> |
getDeviceIds()
Deprecated.
As of 7.0.0, with no direct replacement
|
static NoKnownDevices |
getInstance() |
Set<VersionableName> |
getOperatingSystems() |
Set<String> |
getPointingMethods() |
void |
reload() |
public static NoKnownDevices getInstance()
public Set<VersionableName> getBrands()
getBrands in interface KnownDevicespublic Set<VersionableName> getBrowsers()
getBrowsers in interface KnownDevices@Deprecated public Map<Capability,Set<String>> getDeviceIds()
getDeviceIds in interface KnownDevicespublic Set<VersionableName> getOperatingSystems()
getOperatingSystems in interface KnownDevicespublic Set<String> getPointingMethods()
getPointingMethods in interface KnownDevicespublic void reload()
reload in interface KnownDevices