|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatingSystem | |
---|---|
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 OperatingSystem in net.sf.uadetector |
---|
Fields in net.sf.uadetector declared as OperatingSystem | |
---|---|
static OperatingSystem |
OperatingSystem.EMPTY
|
Methods in net.sf.uadetector that return OperatingSystem | |
---|---|
OperatingSystem |
UserAgent.getOperatingSystem()
|
OperatingSystem |
UserAgent.Builder.getOperatingSystem()
|
OperatingSystem |
ReadableUserAgent.getOperatingSystem()
Gets the operating system on which the user agent is running. |
Methods in net.sf.uadetector with parameters of type OperatingSystem | |
---|---|
UserAgent.Builder |
UserAgent.Builder.setOperatingSystem(OperatingSystem operatingSystem)
|
Constructors in net.sf.uadetector with parameters of type OperatingSystem | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |