| 程序包 | 说明 |
|---|---|
| ren.yale.java.words.sensitive |
| 限定符和类型 | 方法和说明 |
|---|---|
static SensitiveMatchType |
SensitiveMatchType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SensitiveMatchType[] |
SensitiveMatchType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
SensitiveWordDFA.contains(String txt,
SensitiveMatchType matchType) |
boolean |
SensitiveWord.contains(String txt,
SensitiveMatchType matchType) |
List<String> |
SensitiveWordDFA.getSensitiveWord(String txt,
SensitiveMatchType matchType) |
List<String> |
SensitiveWord.getSensitiveWord(String txt,
SensitiveMatchType matchType) |
SensitiveResult |
SensitiveWordDFA.replaceSensitiveWord(String txt,
char replaceStr,
SensitiveMatchType matchType) |
SensitiveResult |
SensitiveWord.replaceSensitiveWord(String txt,
char replaceStr,
SensitiveMatchType matchType) |
Copyright © 2019. All rights reserved.