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 java.lang.Object
implements KnownDevices

Class represents unknown device

Author:
Milen Dyankov, Michael C. Han

Method Summary
 java.util.Set<VersionableName> getBrands()
           
 java.util.Set<VersionableName> getBrowsers()
           
 java.util.Map<Capability,java.util.Set<java.lang.String>> getDeviceIds()
           
static NoKnownDevices getInstance()
           
 java.util.Set<VersionableName> getOperatingSystems()
           
 java.util.Set<java.lang.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 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