I - the class of input.public class UriMatchRule<I extends org.archive.wayback.util.url.UriMatchRuleInput> extends Object
| Constructor and Description |
|---|
UriMatchRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
List<PatternBasedTextProcessor> |
getProcessors() |
String |
processIfMatches(I input)
Processes the given URI if it matches the configured pattern.
|
void |
setPattern(String pattern) |
void |
setProcessors(List<PatternBasedTextProcessor> processors) |
public String getPattern()
public List<PatternBasedTextProcessor> getProcessors()
public void setProcessors(List<PatternBasedTextProcessor> processors)
processors - the list of processors.public void setPattern(String pattern)
pattern - the pattern to setCopyright © 2005–2017 IIPC. All rights reserved.