Modifier and Type | Field and Description |
---|---|
static String |
NameUnknown |
Constructor and Description |
---|
UserAgentInfo(String name,
Pattern pattern)
构造
|
UserAgentInfo(String name,
String regex)
构造
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
获取信息名称
|
Pattern |
getPattern()
获取匹配模式
|
int |
hashCode() |
boolean |
isMatch(String content)
指定内容中是否包含匹配此信息的内容
|
boolean |
isUnknown()
是否为Unknown
|
String |
toString() |
public static final String NameUnknown
public String getName()
public Pattern getPattern()
public boolean isMatch(String content)
content
- User-Agent字符串public boolean isUnknown()
Copyright © 2021. All rights reserved.