|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatingSystemFamily | |
---|---|
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. |
Uses of OperatingSystemFamily in net.sf.uadetector |
---|
Methods in net.sf.uadetector that return OperatingSystemFamily | |
---|---|
static OperatingSystemFamily |
OperatingSystemFamily.evaluate(java.lang.String family)
This method try to find by the given family name a matching enum value. |
protected static OperatingSystemFamily |
OperatingSystemFamily.evaluateByName(java.lang.String family)
This method try to find by the given family name a matching enum value. |
protected static OperatingSystemFamily |
OperatingSystemFamily.evaluateByPattern(java.lang.String family)
This method try to find by the given family name a matching enum value. |
OperatingSystemFamily |
ReadableOperatingSystem.getFamily()
Gets the family of an operating system. |
OperatingSystemFamily |
OperatingSystem.getFamily()
|
static OperatingSystemFamily |
OperatingSystemFamily.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OperatingSystemFamily[] |
OperatingSystemFamily.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 OperatingSystemFamily | |
---|---|
static VersionNumber |
VersionNumber.parseOperatingSystemVersion(OperatingSystemFamily family,
java.lang.String userAgent)
Try to determine the version number of the operating system by parsing the user agent string. |
Constructors in net.sf.uadetector with parameters of type OperatingSystemFamily | |
---|---|
OperatingSystem(OperatingSystemFamily family,
java.lang.String familyName,
java.lang.String icon,
java.lang.String name,
java.lang.String producer,
java.lang.String producerUrl,
java.lang.String url,
VersionNumber versionNumber)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |