Liferay 6.2-ce-ga5

com.liferay.portal.kernel.mobile.device
Class NoKnownDevices

java.lang.Object
  extended by com.liferay.portal.kernel.mobile.device.NoKnownDevices
All Implemented Interfaces:
KnownDevices

public class NoKnownDevices
extends Object
implements KnownDevices

Class represents unknown device


Method Summary
 Set<VersionableName> getBrands()
           
 Set<VersionableName> getBrowsers()
           
 Map<Capability,Set<String>> getDeviceIds()
           
static NoKnownDevices getInstance()
           
 Set<VersionableName> getOperatingSystems()
           
 Set<String> getPointingMethods()
           
 void reload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NoKnownDevices getInstance()

getBrands

public Set<VersionableName> getBrands()
Specified by:
getBrands in interface KnownDevices

getBrowsers

public Set<VersionableName> getBrowsers()
Specified by:
getBrowsers in interface KnownDevices

getDeviceIds

public Map<Capability,Set<String>> getDeviceIds()
Specified by:
getDeviceIds in interface KnownDevices

getOperatingSystems

public Set<VersionableName> getOperatingSystems()
Specified by:
getOperatingSystems in interface KnownDevices

getPointingMethods

public Set<String> getPointingMethods()
Specified by:
getPointingMethods in interface KnownDevices

reload

public void reload()
Specified by:
reload in interface KnownDevices

Liferay 6.2-ce-ga5