Uses of Class
net.sf.uadetector.UserAgentFamily

Packages that use UserAgentFamily
net.sf.uadetector Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
net.sf.uadetector.internal.data.domain Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of UserAgentFamily in net.sf.uadetector
 

Methods in net.sf.uadetector that return UserAgentFamily
static UserAgentFamily UserAgentFamily.evaluate(java.lang.String family)
          This method try to find by the given family name a matching enum value.
protected static UserAgentFamily UserAgentFamily.evaluateByName(java.lang.String family)
          This method try to find by the given family name a matching enum value.
protected static UserAgentFamily UserAgentFamily.evaluateByPattern(java.lang.String family)
          This method try to find by the given family name a matching enum value.
 UserAgentFamily UserAgent.getFamily()
           
 UserAgentFamily UserAgent.Builder.getFamily()
           
 UserAgentFamily ReadableUserAgent.getFamily()
          Gets the family of an user agent.
static UserAgentFamily UserAgentFamily.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserAgentFamily[] UserAgentFamily.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.uadetector with parameters of type UserAgentFamily
 UserAgent.Builder UserAgent.Builder.setFamily(UserAgentFamily family)
           
 

Constructors in net.sf.uadetector with parameters of type UserAgentFamily
UserAgent(DeviceCategory deviceType, UserAgentFamily family, java.lang.String icon, java.lang.String name, OperatingSystem operatingSystem, java.lang.String producer, java.lang.String producerUrl, UserAgentType type, java.lang.String typeName, java.lang.String url, VersionNumber versionNumber)
           
 

Uses of UserAgentFamily in net.sf.uadetector.internal.data.domain
 

Methods in net.sf.uadetector.internal.data.domain that return UserAgentFamily
 UserAgentFamily Robot.getFamily()
           
 UserAgentFamily Browser.getFamily()
           
 UserAgentFamily Browser.Builder.getFamily()
           
 

Constructors in net.sf.uadetector.internal.data.domain with parameters of type UserAgentFamily
Browser(int id, UserAgentFamily family, java.lang.String familyName, java.util.SortedSet<BrowserPattern> patterns, BrowserType type, OperatingSystem operatingSystem, java.lang.String icon, java.lang.String infoUrl, java.lang.String producer, java.lang.String producerUrl, java.lang.String url)
           
Robot(int id, java.lang.String name, UserAgentFamily family, java.lang.String familyName, java.lang.String infoUrl, java.lang.String producer, java.lang.String producerUrl, java.lang.String userAgentString, java.lang.String icon)
           
 



Copyright © 2011-2014. All Rights Reserved.