public class Os extends Object implements Serializable, Comparable<Os>
| Modifier and Type | Field and Description |
|---|---|
OsCategory |
category |
static Map<String,Os> |
osMap |
static Os |
UNKNOWN |
String |
version |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Os o) |
static Os |
parse(String agentString)
Parses user agent string and returns the best match.
|
String |
toString() |
public static final Os UNKNOWN
public final OsCategory category
public final String version
Copyright © 2005–2018 The Beangle Software. All rights reserved.