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