public abstract class AbstractExtractorFactory extends Object
Constructor and Description |
---|
AbstractExtractorFactory() |
Modifier and Type | Method and Description |
---|---|
abstract ContentExtractor |
getContentExtractor(ExtractRule contentRule)
根据内容提取规则生成内容提取器
|
abstract LinkExtractor |
getLinkExtractor()
生成链接提取器
|
public abstract LinkExtractor getLinkExtractor()
public abstract ContentExtractor getContentExtractor(ExtractRule contentRule)
contentRule
- 内容提取规则Copyright © 2020 Pivotal Software, Inc.. All rights reserved.