Enum Class的使用
com.walker.web.agent.BrowsCapField
使用BrowsCapField的程序包
-
com.walker.web.agent中BrowsCapField的使用
修饰符和类型方法说明static 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.返回变量类型为BrowsCapField的类型的com.walker.web.agent中的方法修饰符和类型方法说明Capabilities.getValues()Returns the Map of values with the fields passed to the parser while loading参数类型为BrowsCapField的com.walker.web.agent中的方法类型变量类型为BrowsCapField的com.walker.web.agent中的方法参数修饰符和类型方法说明UserAgentService.loadParser(Collection<BrowsCapField> fields) Returns a parser based on the bundled BrowsCap version -
com.walker.web.agent.impl中BrowsCapField的使用
返回变量类型为BrowsCapField的类型的com.walker.web.agent.impl中的方法修饰符和类型方法说明CapabilitiesImpl.getValues()Returns the Map of values with the fields passed to the parser while loading参数类型为BrowsCapField的com.walker.web.agent.impl中的方法类型变量类型为BrowsCapField的com.walker.web.agent.impl中的方法参数修饰符和类型方法说明static UserAgentParserUserAgentFileParser.parse(Reader input, Collection<BrowsCapField> fields) Parses a csv stream of rules.