Class WebImporterPipelineContext
java.lang.Object
com.norconex.crawler.core.doc.pipelines.importer.ImporterPipelineContext
com.norconex.crawler.web.doc.pipelines.importer.WebImporterPipelineContext
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor creating a copy of supplied context.WebImporterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetRobotsMeta(RobotsMeta robotsMeta) toString()Methods inherited from class com.norconex.crawler.core.doc.pipelines.importer.ImporterPipelineContext
getCrawlSession, getDocContext, getImporterResponse, isDelete, isFetchDirectiveEnabled, isMetadataDirectiveExecuted, setDelete, setImporterResponse
-
Constructor Details
-
WebImporterPipelineContext
Constructor creating a copy of supplied context.- Parameters:
ipc- the item to be copied- Since:
- 2.8.0
-
WebImporterPipelineContext
-
-
Method Details
-
getRobotsMeta
-
setRobotsMeta
-
equals
- Overrides:
equalsin classImporterPipelineContext
-
canEqual
- Overrides:
canEqualin classImporterPipelineContext
-
hashCode
public int hashCode()- Overrides:
hashCodein classImporterPipelineContext
-
toString
- Overrides:
toStringin classImporterPipelineContext
-