Uses of Class
org.apache.tika.pipes.fetcher.config.AbstractConfig
- 
- 
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.azblob.configSubclasses of AbstractConfig in org.apache.tika.pipes.fetcher.azblob.config Modifier and Type Class Description classAZBlobFetcherConfig
- 
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.fs.configSubclasses of AbstractConfig in org.apache.tika.pipes.fetcher.fs.config Modifier and Type Class Description classFileSystemFetcherConfig
- 
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.gcs.configSubclasses of AbstractConfig in org.apache.tika.pipes.fetcher.gcs.config Modifier and Type Class Description classGCSFetcherConfig
- 
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.http.configSubclasses of AbstractConfig in org.apache.tika.pipes.fetcher.http.config Modifier and Type Class Description classHttpFetcherConfig
- 
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.s3.configSubclasses of AbstractConfig in org.apache.tika.pipes.fetcher.s3.config Modifier and Type Class Description classS3FetcherConfig
- 
Uses of AbstractConfig in org.apache.tika.pipes.fetchers.microsoftgraph.configSubclasses of AbstractConfig in org.apache.tika.pipes.fetchers.microsoftgraph.config Modifier and Type Class Description classMsGraphFetcherConfig
- 
Uses of AbstractConfig in org.apache.tika.pipes.grpcMethods in org.apache.tika.pipes.grpc with type parameters of type AbstractConfig Modifier and Type Method Description <T extends AbstractFetcher,C extends AbstractConfig>
 voidExpiringFetcherStore. createFetcher(T fetcher, C config)Methods in org.apache.tika.pipes.grpc that return types with arguments of type AbstractConfig Modifier and Type Method Description Map<String,AbstractConfig>ExpiringFetcherStore. getFetcherConfigs()
 
-