@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 Judson (7.1.x), 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 KnownDevices
public Set<VersionableName> getBrowsers()
getBrowsers
in interface KnownDevices
@Deprecated public Map<Capability,Set<String>> getDeviceIds()
getDeviceIds
in interface KnownDevices
public Set<VersionableName> getOperatingSystems()
getOperatingSystems
in interface KnownDevices
public Set<String> getPointingMethods()
getPointingMethods
in interface KnownDevices
public void reload()
reload
in interface KnownDevices