mirror of
https://github.com/HaraldWalker/user-agent-utils.git
synced 2026-03-13 09:23:50 +08:00
1562 lines
68 KiB
HTML
1562 lines
68 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_67) on Mon Jan 11 22:20:53 CET 2016 -->
|
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
|
<title>OperatingSystem (User-Agent-Utils 1.20-SNAPSHOT API)</title>
|
|
<meta name="date" content="2016-01-11">
|
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="OperatingSystem (User-Agent-Utils 1.20-SNAPSHOT API)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../eu/bitwalker/useragentutils/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="class-use/OperatingSystem.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../eu/bitwalker/useragentutils/Manufacturer.html" title="enum in eu.bitwalker.useragentutils"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../../../eu/bitwalker/useragentutils/RenderingEngine.html" title="enum in eu.bitwalker.useragentutils"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../index.html?eu/bitwalker/useragentutils/OperatingSystem.html" target="_top">Frames</a></li>
|
|
<li><a href="OperatingSystem.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
|
|
<li>Field | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
|
|
<li>Field | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<div class="header">
|
|
<div class="subTitle">eu.bitwalker.useragentutils</div>
|
|
<h2 title="Enum OperatingSystem" class="title">Enum OperatingSystem</h2>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<ul class="inheritance">
|
|
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>></li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>eu.bitwalker.useragentutils.OperatingSystem</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<dl>
|
|
<dt>All Implemented Interfaces:</dt>
|
|
<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>></dd>
|
|
</dl>
|
|
<hr>
|
|
<br>
|
|
<pre>public enum <span class="strong">OperatingSystem</span>
|
|
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>></pre>
|
|
<div class="block">Enum constants for most common operating systems.</div>
|
|
<dl><dt><span class="strong">Author:</span></dt>
|
|
<dd>harald</dd></dl>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="enum_constant_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Enum Constant Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
|
|
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colOne" scope="col">Enum Constant and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID">ANDROID</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID_MOBILE">ANDROID_MOBILE</a></strong></code>
|
|
<div class="block">Generic Android mobile device without OS version number information</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID_TABLET">ANDROID_TABLET</a></strong></code>
|
|
<div class="block">Generic Android tablet device without OS version number information</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID1">ANDROID1</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID2">ANDROID2</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID2_TABLET">ANDROID2_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID3_TABLET">ANDROID3_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID4">ANDROID4</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID4_TABLET">ANDROID4_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID4_WEARABLE">ANDROID4_WEARABLE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID5">ANDROID5</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID5_TABLET">ANDROID5_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID6">ANDROID6</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ANDROID6_TABLET">ANDROID6_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#BADA">BADA</a></strong></code>
|
|
<div class="block">Bada is a mobile operating system being developed by Samsung Electronics.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#BLACKBERRY">BLACKBERRY</a></strong></code>
|
|
<div class="block">BlackBerryOS.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#BLACKBERRY_TABLET">BLACKBERRY_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#BLACKBERRY6">BLACKBERRY6</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#BLACKBERRY7">BLACKBERRY7</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#CHROME_OS">CHROME_OS</a></strong></code>
|
|
<div class="block">Chrome OS by Google, mostly used on Chromebooks and Chromeboxes</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#GOOGLE_TV">GOOGLE_TV</a></strong></code>
|
|
<div class="block">Google TV uses Android 2.x or 3.x but doesn't identify itself as Android.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#IOS">IOS</a></strong></code>
|
|
<div class="block">iOS4, with the release of the iPhone 4, Apple renamed the OS to iOS.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS4_IPHONE">iOS4_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS5_IPHONE">iOS5_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS6_IPAD">iOS6_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS6_IPHONE">iOS6_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS7_IPAD">iOS7_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS7_IPHONE">iOS7_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_1_IPAD">iOS8_1_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_1_IPHONE">iOS8_1_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_2_IPAD">iOS8_2_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_2_IPHONE">iOS8_2_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_3_IPAD">iOS8_3_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_3_IPHONE">iOS8_3_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_4_IPAD">iOS8_4_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_4_IPHONE">iOS8_4_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_IPAD">iOS8_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS8_IPHONE">iOS8_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS9_IPAD">iOS9_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#iOS9_IPHONE">iOS9_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#KINDLE">KINDLE</a></strong></code>
|
|
<div class="block">Various Linux based operating systems.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#KINDLE2">KINDLE2</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#KINDLE3">KINDLE3</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#LINUX">LINUX</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MAC_OS">MAC_OS</a></strong></code>
|
|
<div class="block">Older Mac OS systems before Mac OS X</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MAC_OS_X">MAC_OS_X</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MAC_OS_X_IPAD">MAC_OS_X_IPAD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MAC_OS_X_IPHONE">MAC_OS_X_IPHONE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MAC_OS_X_IPOD">MAC_OS_X_IPOD</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MAEMO">MAEMO</a></strong></code>
|
|
<div class="block">Linux based Maemo software platform by Nokia.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#MEEGO">MEEGO</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#PALM">PALM</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#PROXY">PROXY</a></strong></code>
|
|
<div class="block">Proxy server that hides the original user-agent.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#PSP">PSP</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#ROKU">ROKU</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SERIES40">SERIES40</a></strong></code>
|
|
<div class="block">Nokia's Series 40 operating system.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SONY_ERICSSON">SONY_ERICSSON</a></strong></code>
|
|
<div class="block">Proprietary operating system used for many Sony Ericsson phones.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SUN_OS">SUN_OS</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SYMBIAN">SYMBIAN</a></strong></code>
|
|
<div class="block">Other Symbian OS versions</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SYMBIAN6">SYMBIAN6</a></strong></code>
|
|
<div class="block">Symbian OS 6.x versions.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SYMBIAN7">SYMBIAN7</a></strong></code>
|
|
<div class="block">Symbian OS 7.x versions.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SYMBIAN8">SYMBIAN8</a></strong></code>
|
|
<div class="block">Symbian OS 8.x versions.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#SYMBIAN9">SYMBIAN9</a></strong></code>
|
|
<div class="block">Symbian OS 9.x versions.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#UBUNTU">UBUNTU</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#UBUNTU_TOUCH_MOBILE">UBUNTU_TOUCH_MOBILE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#UNKNOWN">UNKNOWN</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#UNKNOWN_MOBILE">UNKNOWN_MOBILE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#UNKNOWN_TABLET">UNKNOWN_TABLET</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WEBOS">WEBOS</a></strong></code>
|
|
<div class="block">PalmOS, exact version unkown</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WII">WII</a></strong></code>
|
|
<div class="block">Nintendo Wii game console.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS">WINDOWS</a></strong></code>
|
|
<div class="block">Windows Mobile / Windows CE.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_10">WINDOWS_10</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_10_MOBILE">WINDOWS_10_MOBILE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_2000">WINDOWS_2000</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_7">WINDOWS_7</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_8">WINDOWS_8</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_81">WINDOWS_81</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_98">WINDOWS_98</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_MOBILE">WINDOWS_MOBILE</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_MOBILE7">WINDOWS_MOBILE7</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_PHONE8">WINDOWS_PHONE8</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_PHONE8_1">WINDOWS_PHONE8_1</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_VISTA">WINDOWS_VISTA</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#WINDOWS_XP">WINDOWS_XP</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#XBOX_OS">XBOX_OS</a></strong></code> </td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Method and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../../../eu/bitwalker/useragentutils/DeviceType.html" title="enum in eu.bitwalker.useragentutils">DeviceType</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#getDeviceType()">getDeviceType</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#getGroup()">getGroup</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>short</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#getId()">getId</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../../../eu/bitwalker/useragentutils/Manufacturer.html" title="enum in eu.bitwalker.useragentutils">Manufacturer</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#getManufacturer()">getManufacturer</a></strong>()</code>
|
|
<div class="block">Returns the manufacturer of the operating system</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#getName()">getName</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#isInUserAgentString(java.lang.String)">isInUserAgentString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString)</code>
|
|
<div class="block">Checks if the given user-agent string matches to the operating system.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#isMobileDevice()">isMobileDevice</a></strong>()</code>
|
|
<div class="block"><strong>Deprecated.</strong> </div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#parseUserAgentLowercaseString(java.lang.String)">parseUserAgentLowercaseString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#parseUserAgentString(java.lang.String)">parseUserAgentString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString)</code>
|
|
<div class="block">Parses user agent string and returns the best match.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#parseUserAgentString(java.lang.String,%20java.util.List)">parseUserAgentString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString,
|
|
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>> operatingSystems)</code>
|
|
<div class="block">Parses the user agent string and returns the best match for the given operating systems.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#valueOf(short)">valueOf</a></strong>(short id)</code>
|
|
<div class="block">Returns the enum constant of this type with the specified id.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
|
|
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>[]</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html#values()">values</a></strong>()</code>
|
|
<div class="block">Returns an array containing the constants of this enum type, in
|
|
the order they are declared.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
|
|
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li>
|
|
</ul>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
|
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="details">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="enum_constant_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Enum Constant Detail</h3>
|
|
<a name="WINDOWS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS</pre>
|
|
<div class="block">Windows Mobile / Windows CE. Exact version unknown.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_10">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_10</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_10</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_81">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_81</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_81</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_8">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_8</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_8</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_7">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_7</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_7</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_VISTA">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_VISTA</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_VISTA</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_2000">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_2000</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_2000</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_XP">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_XP</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_XP</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_10_MOBILE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_10_MOBILE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_10_MOBILE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_PHONE8_1">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_PHONE8_1</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_PHONE8_1</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_PHONE8">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_PHONE8</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_PHONE8</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_MOBILE7">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_MOBILE7</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_MOBILE7</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_MOBILE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_MOBILE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_MOBILE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WINDOWS_98">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WINDOWS_98</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WINDOWS_98</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="XBOX_OS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>XBOX_OS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> XBOX_OS</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID6">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID6</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID6</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID6_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID6_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID6_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID5">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID5</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID5</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID5_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID5_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID5_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID4">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID4</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID4</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID4_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID4_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID4_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID4_WEARABLE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID4_WEARABLE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID4_WEARABLE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID3_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID3_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID3_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID2">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID2</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID2</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID2_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID2_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID2_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID1">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID1</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID1</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID_MOBILE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID_MOBILE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID_MOBILE</pre>
|
|
<div class="block">Generic Android mobile device without OS version number information</div>
|
|
</li>
|
|
</ul>
|
|
<a name="ANDROID_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ANDROID_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ANDROID_TABLET</pre>
|
|
<div class="block">Generic Android tablet device without OS version number information</div>
|
|
</li>
|
|
</ul>
|
|
<a name="CHROME_OS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>CHROME_OS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> CHROME_OS</pre>
|
|
<div class="block">Chrome OS by Google, mostly used on Chromebooks and Chromeboxes</div>
|
|
</li>
|
|
</ul>
|
|
<a name="WEBOS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WEBOS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WEBOS</pre>
|
|
<div class="block">PalmOS, exact version unkown</div>
|
|
</li>
|
|
</ul>
|
|
<a name="PALM">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>PALM</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> PALM</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="MEEGO">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MEEGO</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MEEGO</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="IOS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>IOS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> IOS</pre>
|
|
<div class="block">iOS4, with the release of the iPhone 4, Apple renamed the OS to iOS.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS9_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS9_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS9_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_4_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_4_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_4_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_3_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_3_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_3_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_2_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_2_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_2_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_1_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_1_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_1_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS7_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS7_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS7_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS6_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS6_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS6_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS5_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS5_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS5_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS4_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS4_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS4_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="MAC_OS_X_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MAC_OS_X_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MAC_OS_X_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS9_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS9_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS9_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_4_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_4_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_4_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_3_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_3_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_3_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_2_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_2_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_2_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_1_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_1_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_1_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS8_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS8_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS8_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS7_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS7_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS7_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="iOS6_IPAD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>iOS6_IPAD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> iOS6_IPAD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="MAC_OS_X_IPHONE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MAC_OS_X_IPHONE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MAC_OS_X_IPHONE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="MAC_OS_X_IPOD">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MAC_OS_X_IPOD</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MAC_OS_X_IPOD</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="MAC_OS_X">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MAC_OS_X</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MAC_OS_X</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="MAC_OS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MAC_OS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MAC_OS</pre>
|
|
<div class="block">Older Mac OS systems before Mac OS X</div>
|
|
</li>
|
|
</ul>
|
|
<a name="MAEMO">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>MAEMO</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> MAEMO</pre>
|
|
<div class="block">Linux based Maemo software platform by Nokia. Used in the N900 phone. http://maemo.nokia.com/</div>
|
|
</li>
|
|
</ul>
|
|
<a name="BADA">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>BADA</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> BADA</pre>
|
|
<div class="block">Bada is a mobile operating system being developed by Samsung Electronics.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="GOOGLE_TV">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>GOOGLE_TV</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> GOOGLE_TV</pre>
|
|
<div class="block">Google TV uses Android 2.x or 3.x but doesn't identify itself as Android.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="KINDLE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>KINDLE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> KINDLE</pre>
|
|
<div class="block">Various Linux based operating systems.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="KINDLE3">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>KINDLE3</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> KINDLE3</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="KINDLE2">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>KINDLE2</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> KINDLE2</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="LINUX">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>LINUX</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> LINUX</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="UBUNTU">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>UBUNTU</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> UBUNTU</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="UBUNTU_TOUCH_MOBILE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>UBUNTU_TOUCH_MOBILE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> UBUNTU_TOUCH_MOBILE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="SYMBIAN">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SYMBIAN</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SYMBIAN</pre>
|
|
<div class="block">Other Symbian OS versions</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SYMBIAN9">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SYMBIAN9</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SYMBIAN9</pre>
|
|
<div class="block">Symbian OS 9.x versions. Being used by Nokia (N71, N73, N81, N82, N91, N92, N95, ...)</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SYMBIAN8">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SYMBIAN8</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SYMBIAN8</pre>
|
|
<div class="block">Symbian OS 8.x versions. Being used by Nokia (6630, 6680, 6681, 6682, N70, N72, N90).</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SYMBIAN7">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SYMBIAN7</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SYMBIAN7</pre>
|
|
<div class="block">Symbian OS 7.x versions. Being used by Nokia (3230, 6260, 6600, 6620, 6670, 7610),
|
|
Panasonic (X700, X800), Samsung (SGH-D720, SGH-D730) and Lenovo (P930).</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SYMBIAN6">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SYMBIAN6</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SYMBIAN6</pre>
|
|
<div class="block">Symbian OS 6.x versions.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SERIES40">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SERIES40</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SERIES40</pre>
|
|
<div class="block">Nokia's Series 40 operating system. Series 60 (S60) uses the Symbian OS.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SONY_ERICSSON">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SONY_ERICSSON</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SONY_ERICSSON</pre>
|
|
<div class="block">Proprietary operating system used for many Sony Ericsson phones.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="SUN_OS">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>SUN_OS</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> SUN_OS</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="PSP">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>PSP</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> PSP</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="WII">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>WII</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> WII</pre>
|
|
<div class="block">Nintendo Wii game console.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="BLACKBERRY">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>BLACKBERRY</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> BLACKBERRY</pre>
|
|
<div class="block">BlackBerryOS. The BlackBerryOS exists in different version. How relevant those versions are, is not clear.</div>
|
|
</li>
|
|
</ul>
|
|
<a name="BLACKBERRY7">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>BLACKBERRY7</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> BLACKBERRY7</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="BLACKBERRY6">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>BLACKBERRY6</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> BLACKBERRY6</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="BLACKBERRY_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>BLACKBERRY_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> BLACKBERRY_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="ROKU">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>ROKU</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> ROKU</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="PROXY">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>PROXY</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> PROXY</pre>
|
|
<div class="block">Proxy server that hides the original user-agent.
|
|
ggpht.com = Gmail proxy server</div>
|
|
</li>
|
|
</ul>
|
|
<a name="UNKNOWN_MOBILE">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>UNKNOWN_MOBILE</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> UNKNOWN_MOBILE</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="UNKNOWN_TABLET">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>UNKNOWN_TABLET</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> UNKNOWN_TABLET</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="UNKNOWN">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>UNKNOWN</h4>
|
|
<pre>public static final <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> UNKNOWN</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Detail</h3>
|
|
<a name="values()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>values</h4>
|
|
<pre>public static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>[] values()</pre>
|
|
<div class="block">Returns an array containing the constants of this enum type, in
|
|
the order they are declared. This method may be used to iterate
|
|
over the constants as follows:
|
|
<pre>
|
|
for (OperatingSystem c : OperatingSystem.values())
|
|
System.out.println(c);
|
|
</pre></div>
|
|
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="valueOf(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>valueOf</h4>
|
|
<pre>public static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> valueOf(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre>
|
|
<div class="block">Returns the enum constant of this type with the specified name.
|
|
The string must match <i>exactly</i> an identifier used to declare an
|
|
enum constant in this type. (Extraneous whitespace characters are
|
|
not permitted.)</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
|
|
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
|
|
<dt><span class="strong">Throws:</span></dt>
|
|
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
|
|
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getId()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getId</h4>
|
|
<pre>public short getId()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getName()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getName</h4>
|
|
<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isMobileDevice()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isMobileDevice</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
|
|
public boolean isMobileDevice()</pre>
|
|
<div class="block"><span class="strong">Deprecated.</span> </div>
|
|
</li>
|
|
</ul>
|
|
<a name="getDeviceType()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getDeviceType</h4>
|
|
<pre>public <a href="../../../eu/bitwalker/useragentutils/DeviceType.html" title="enum in eu.bitwalker.useragentutils">DeviceType</a> getDeviceType()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getGroup()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getGroup</h4>
|
|
<pre>public <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> getGroup()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getManufacturer()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getManufacturer</h4>
|
|
<pre>public <a href="../../../eu/bitwalker/useragentutils/Manufacturer.html" title="enum in eu.bitwalker.useragentutils">Manufacturer</a> getManufacturer()</pre>
|
|
<div class="block">Returns the manufacturer of the operating system</div>
|
|
<dl><dt><span class="strong">Returns:</span></dt><dd>the manufacturer</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="isInUserAgentString(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isInUserAgentString</h4>
|
|
<pre>public boolean isInUserAgentString(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString)</pre>
|
|
<div class="block">Checks if the given user-agent string matches to the operating system.
|
|
Only checks for one specific operating system.</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>agentString</code> - </dd>
|
|
<dt><span class="strong">Returns:</span></dt><dd>boolean</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="parseUserAgentString(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>parseUserAgentString</h4>
|
|
<pre>public static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> parseUserAgentString(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString)</pre>
|
|
<div class="block">Parses user agent string and returns the best match.
|
|
Returns OperatingSystem.UNKNOWN if there is no match.</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>agentString</code> - </dd>
|
|
<dt><span class="strong">Returns:</span></dt><dd>OperatingSystem</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="parseUserAgentLowercaseString(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>parseUserAgentLowercaseString</h4>
|
|
<pre>public static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> parseUserAgentLowercaseString(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="parseUserAgentString(java.lang.String, java.util.List)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>parseUserAgentString</h4>
|
|
<pre>public static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> parseUserAgentString(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> agentString,
|
|
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a>> operatingSystems)</pre>
|
|
<div class="block">Parses the user agent string and returns the best match for the given operating systems.
|
|
Returns OperatingSystem.UNKNOWN if there is no match.
|
|
Be aware that if the order of the provided operating systems is incorrect or the set is too limited it can lead to false matches!</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>agentString</code> - </dd>
|
|
<dt><span class="strong">Returns:</span></dt><dd>OperatingSystem</dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="valueOf(short)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>valueOf</h4>
|
|
<pre>public static <a href="../../../eu/bitwalker/useragentutils/OperatingSystem.html" title="enum in eu.bitwalker.useragentutils">OperatingSystem</a> valueOf(short id)</pre>
|
|
<div class="block">Returns the enum constant of this type with the specified id.
|
|
Throws IllegalArgumentException if the value does not exist.</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - </dd>
|
|
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../eu/bitwalker/useragentutils/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="class-use/OperatingSystem.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../eu/bitwalker/useragentutils/Manufacturer.html" title="enum in eu.bitwalker.useragentutils"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../../../eu/bitwalker/useragentutils/RenderingEngine.html" title="enum in eu.bitwalker.useragentutils"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../index.html?eu/bitwalker/useragentutils/OperatingSystem.html" target="_top">Frames</a></li>
|
|
<li><a href="OperatingSystem.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
|
|
<li>Field | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
|
|
<li>Field | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
|
|
</body>
|
|
</html>
|