com.liferay.portal.kernel.mobile.device
Class NoKnownDevices
java.lang.Object
com.liferay.portal.kernel.mobile.device.NoKnownDevices
- All Implemented Interfaces:
- KnownDevices
public class NoKnownDevices
- extends java.lang.Object
- implements KnownDevices
Class represents unknown device
- Author:
- Milen Dyankov, Michael C. Han
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static NoKnownDevices getInstance()
getBrands
public java.util.Set<VersionableName> getBrands()
- Specified by:
getBrands in interface KnownDevices
getBrowsers
public java.util.Set<VersionableName> getBrowsers()
- Specified by:
getBrowsers in interface KnownDevices
getDeviceIds
public java.util.Map<Capability,java.util.Set<java.lang.String>> getDeviceIds()
- Specified by:
getDeviceIds in interface KnownDevices
getOperatingSystems
public java.util.Set<VersionableName> getOperatingSystems()
- Specified by:
getOperatingSystems in interface KnownDevices
getPointingMethods
public java.util.Set<java.lang.String> getPointingMethods()
- Specified by:
getPointingMethods in interface KnownDevices
reload
public void reload()
- Specified by:
reload in interface KnownDevices