public final class DirectiveDigest extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectiveName() |
String |
getEscapesName() |
String |
getFilterName() |
String |
getInnocuousOutput() |
String |
getMatcherName() |
String |
getNonAsciiPrefix() |
void |
updateNames(List<String> escapeMapNames,
List<String> matcherNames,
List<String> filterNames)
Update the escaper, matcher, and filter names based on the supplied lists and indices.
|
public void updateNames(List<String> escapeMapNames, List<String> matcherNames, List<String> filterNames)
escapeMapNames - The list of escape map names.matcherNames - The list of matcher regex names.filterNames - The list of filter regex names.public String getDirectiveName()
public String getEscapesName()
public String getMatcherName()
public String getFilterName()
public String getNonAsciiPrefix()
public String getInnocuousOutput()