- getBrowserMatcherSet() - Method in class cz.mallat.uasparser.MultithreadedUASparser
-
- getBrowserMatcherSet() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
- getBrowserVersionInfo() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the UA version number; i.e., given the UA:
- getData() - Method in class cz.mallat.uasparser.fileparser.Entry
-
- getDeviceIcon() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the icon filename, if available; i.e., given the UA:
- getDeviceInfoUrl() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the URL path for the given UA on user-agent-string.info; i.e., given the UA:
- getDeviceMatcherSet() - Method in class cz.mallat.uasparser.MultithreadedUASparser
-
- getDeviceMatcherSet() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
- getDeviceType() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the type of the device, if available.
- getEntries() - Method in class cz.mallat.uasparser.fileparser.Section
-
- getKey() - Method in class cz.mallat.uasparser.fileparser.Entry
-
- getName() - Method in class cz.mallat.uasparser.fileparser.Section
-
- getOsCompany() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the name of the OS vendor
- getOsCompanyUrl() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the URL to the OS vendor's homepage
- getOsFamily() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the OS family name
- getOsIcon() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the filename of the OS icon
- getOsMatcherSet() - Method in class cz.mallat.uasparser.MultithreadedUASparser
-
- getOsMatcherSet() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
- getOsName() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the OS name
- getOsUrl() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the URL to the OS vendor's product page
- getSections() - Method in class cz.mallat.uasparser.fileparser.PHPFileParser
-
- getType() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the type of UA.
- getUaCompany() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the name of the company which developed the given UA; i.e., given the UA:
- getUaCompanyUrl() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the URL of the company which developed the given UA; i.e., given the UA:
- getUaFamily() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the product family; i.e., given the UA:
- getUaIcon() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the icon filename, if available; i.e., given the UA:
- getUaInfoUrl() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the URL path for the given UA on user-agent-string.info; i.e., given the UA:
- getUaName() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the UA name and version; i.e., given the UA:
- getUaUrl() - Method in class cz.mallat.uasparser.UserAgentInfo
-
Retrieve the URL of the UA's product page; i.e., given the UA:
- getVendoredInputStream() - Static method in class cz.mallat.uasparser.OnlineUpdater
-
Retrieve an InputStream to the vendored copy of the UA strings file.
- getVersionFromServer() - Method in class cz.mallat.uasparser.OnlineUpdater
-
Gets the current version from user-agent-string.info
- getVersionFromServer() - Method in class cz.mallat.uasparser.OnlineUpdateUASparser
-
Deprecated.
Gets the current version from user-agent-string.info
- guessDeviceType(UserAgentInfo) - Method in class cz.mallat.uasparser.UASparser
-
Determine device type based on UA type field
- parse(String) - Method in class cz.mallat.uasparser.UASparser
-
Parse the given user agent string and returns a UserAgentInfo object with the related data
- parseBrowserFamily(String) - Method in class cz.mallat.uasparser.BrowserFamilyParser
-
- parseBrowserOnly(String) - Method in class cz.mallat.uasparser.UASparser
-
Parse the given user agent string and returns a UserAgentInfo object
with only the related Browser data set.
- parser - Variable in class cz.mallat.uasparser.OnlineUpdater
-
- PHPFileParser - Class in cz.mallat.uasparser.fileparser
-
Emulates the behavior of the php function "parse_ini_file".
- PHPFileParser(InputStream) - Constructor for class cz.mallat.uasparser.fileparser.PHPFileParser
-
- PHPFileParser(Reader) - Constructor for class cz.mallat.uasparser.fileparser.PHPFileParser
-
- PHPFileParser(File) - Constructor for class cz.mallat.uasparser.fileparser.PHPFileParser
-
- preCompileBrowserMatcherMap() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
- preCompileBrowserRegMap() - Method in class cz.mallat.uasparser.BrowserFamilyParser
-
Precompile browser regexes
- preCompileBrowserRegMap() - Method in class cz.mallat.uasparser.MultithreadedUASparser
-
- preCompileBrowserRegMap() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
Precompile browser regexes
- preCompileBrowserRegMap() - Method in class cz.mallat.uasparser.UASparser
-
Precompile browser regexes
- preCompileDeviceMatcherMap() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
- preCompileDeviceRegMap() - Method in class cz.mallat.uasparser.MultithreadedUASparser
-
- preCompileDeviceRegMap() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
Precompile device regexes
- preCompileDeviceRegMap() - Method in class cz.mallat.uasparser.UASparser
-
Precompile device regexes
- preCompileOsMatcherMap() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
- preCompileOsRegMap() - Method in class cz.mallat.uasparser.MultithreadedUASparser
-
- preCompileOsRegMap() - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
Precompile OS regexes
- preCompileOsRegMap() - Method in class cz.mallat.uasparser.UASparser
-
Precompile OS regexes
- preCompileRegExes() - Method in class cz.mallat.uasparser.BrowserFamilyParser
-
- preCompileRegExes() - Method in class cz.mallat.uasparser.UASparser
-
Precompile all regular regexes
- processBrowserRegex(String, UserAgentInfo) - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
Searchs in the browser regex table.
- processBrowserRegex(String, UserAgentInfo) - Method in class cz.mallat.uasparser.UASparser
-
Searchs in the browser regex table.
- processDeviceRegex(String, UserAgentInfo) - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
Searches in the devices regex table.
- processDeviceRegex(String, UserAgentInfo) - Method in class cz.mallat.uasparser.UASparser
-
Searches in the devices regex table.
- processOsRegex(String, UserAgentInfo) - Method in class cz.mallat.uasparser.SingleThreadedUASparser
-
Searches in the os regex table.
- processOsRegex(String, UserAgentInfo) - Method in class cz.mallat.uasparser.UASparser
-
Searches in the os regex table.
- processRobot(String, UserAgentInfo) - Method in class cz.mallat.uasparser.UASparser
-
Checks if the User Agent matches that of a known Robot (crawler or other automated agent)
- PROPERTIES_FILENAME - Static variable in class cz.mallat.uasparser.OnlineUpdater
-
- propsFile - Variable in class cz.mallat.uasparser.OnlineUpdater
-