Package | Description |
---|---|
com.yishuifengxiao.common.crawler.macther | |
com.yishuifengxiao.common.crawler.macther.impl |
Modifier and Type | Method and Description |
---|---|
PathMatcher |
MatcherFactory.getMatcher(MatcherRule matcherRule)
根据链接匹配规则生成对应的匹配器
|
Modifier and Type | Class and Description |
---|---|
class |
ExcludePathMatcher
排除匹配器
被匹配的目标里不能包含包含指定的关键词 |
class |
KeywordPathMatcher
关键词匹配器
被匹配的目标里必须包含指定的关键词 |
class |
RegexPathMatcher
正则匹配器
被匹配的内容必须符合指定的正则表达式 |
class |
SimplePathMatcher
简单匹配器
不进行匹配,直接通过 |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.