Uses of Class
com.norconex.crawler.core.fetch.BaseFetcherConfig
Packages that use BaseFetcherConfig
Package
Description
-
Uses of BaseFetcherConfig in com.norconex.crawler.core.fetch
Classes in com.norconex.crawler.core.fetch with type parameters of type BaseFetcherConfigModifier and TypeClassDescriptionclassAbstractFetcher<C extends BaseFetcherConfig>Base class implementing theAbstractFetcher.accept(FetchRequest)method using reference filters to determine if this fetcher will accept to fetch a document, in addition to whatever logic implementing classes may provide by optionally overridingAbstractFetcher.acceptRequest(FetchRequest)(which otherwise always returntrue).Methods in com.norconex.crawler.core.fetch that return BaseFetcherConfigModifier and TypeMethodDescriptionBaseFetcherConfig.setReferenceFilters(List<ReferenceFilter> referenceFilters) Sets reference filters. -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl
Classes in com.norconex.crawler.fs.fetch.impl with type parameters of type BaseFetcherConfigModifier and TypeClassDescriptionclassAbstractNioFetcher<C extends BaseFetcherConfig>Base class for fetchers relying on Java NIO.2 (java.nio.file), either via the JDK's built-in providers or third-partyFileSystemProviderimplementations found on the classpath.Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.implModifier and TypeClassDescriptionclassExtension ofAbstractNioFetcher, adding authentication support. -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.adlsgen2
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.adlsgen2 -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.archive
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.archive -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.azureblob
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.azureblob -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.box
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.box -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.cmis
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.cmis -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.egnyte
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.egnyte -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.ftp
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.ftp -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.gcs
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.gcs -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.googledrive
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.googledriveModifier and TypeClassDescriptionclassConfiguration scaffold for a futureGoogleDriveFetcherimplementation. -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.hdfs
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.hdfs -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.local
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.local -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.m365graph
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.m365graph -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.s3
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.s3 -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.sftp
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.sftp -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.smb
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.smb -
Uses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.webdav
Subclasses of BaseFetcherConfig in com.norconex.crawler.fs.fetch.impl.webdav -
Uses of BaseFetcherConfig in com.norconex.crawler.web.fetch.impl.httpclient
Subclasses of BaseFetcherConfig in com.norconex.crawler.web.fetch.impl.httpclientModifier and TypeClassDescriptionclassGeneric HTTP Fetcher configuration. -
Uses of BaseFetcherConfig in com.norconex.crawler.web.fetch.impl.playwright
Subclasses of BaseFetcherConfig in com.norconex.crawler.web.fetch.impl.playwright -
Uses of BaseFetcherConfig in com.norconex.crawler.web.fetch.impl.webdriver
Subclasses of BaseFetcherConfig in com.norconex.crawler.web.fetch.impl.webdriver