Uses of Enum Class
com.blueconic.browscap.BrowsCapField
Packages that use BrowsCapField
-
Uses of BrowsCapField in com.blueconic.browscap
Methods in com.blueconic.browscap that return BrowsCapFieldModifier and TypeMethodDescriptionstatic BrowsCapFieldReturns the enum constant of this class with the specified name.static BrowsCapField[]BrowsCapField.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blueconic.browscap that return types with arguments of type BrowsCapFieldModifier and TypeMethodDescriptionCapabilities.getValues()Returns the Map of values with the fields passed to the parser while loadingMethods in com.blueconic.browscap with parameters of type BrowsCapFieldModifier and TypeMethodDescriptionCapabilities.getValue(BrowsCapField field) Returns the value for the specified field.Method parameters in com.blueconic.browscap with type arguments of type BrowsCapFieldModifier and TypeMethodDescriptionUserAgentService.loadParser(Collection<BrowsCapField> fields) Returns a parser based on the bundled BrowsCap version -
Uses of BrowsCapField in com.blueconic.browscap.impl
Method parameters in com.blueconic.browscap.impl with type arguments of type BrowsCapFieldModifier and TypeMethodDescriptionstatic UserAgentParserUserAgentFileParser.parse(Reader input, Collection<BrowsCapField> fields) Parses a csv stream of rules.