| Package | Description |
|---|---|
| com.blueconic.browscap | |
| com.blueconic.browscap.impl |
| Modifier and Type | Method and Description |
|---|---|
static BrowsCapField |
BrowsCapField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowsCapField[] |
BrowsCapField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BrowsCapField,String> |
Capabilities.getValues()
Returns the Map of values with the fields passed to the parser while loading
|
| Modifier and Type | Method and Description |
|---|---|
String |
Capabilities.getValue(BrowsCapField field)
Returns the value for the specified field.
|
| Modifier and Type | Method and Description |
|---|---|
UserAgentParser |
UserAgentService.loadParser(Collection<BrowsCapField> fields)
Returns a parser based on the bundled BrowsCap version
|
| Modifier and Type | Method and Description |
|---|---|
static UserAgentParser |
UserAgentFileParser.parse(Reader input,
Collection<BrowsCapField> fields)
Parses a csv stream of rules.
|
Copyright © 2023. All rights reserved.