protected static class WebcrawlerConnector.MappingRule extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
evalExpression |
protected Pattern |
matchPattern |
Constructor and Description |
---|
WebcrawlerConnector.MappingRule(Pattern matchPattern,
String evalExpression) |
protected final Pattern matchPattern
protected final String evalExpression
public boolean checkMatch(String url)
public String map(String url) throws ManifoldCFException
ManifoldCFException