public class GenericFileMetadataFetcher extends Object implements IFileMetadataFetcher
| Constructor and Description |
|---|
GenericFileMetadataFetcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
com.norconex.collector.core.data.CrawlState |
fetchMetadada(org.apache.commons.vfs2.FileObject fileObject,
Properties metadata)
Fetches the document metadata for a path and stores it in the
provided
Properties. |
int |
hashCode() |
String |
toString() |
public com.norconex.collector.core.data.CrawlState fetchMetadada(org.apache.commons.vfs2.FileObject fileObject,
Properties metadata)
IFileMetadataFetcherProperties.fetchMetadada in interface IFileMetadataFetcherfileObject - the file object representing the documentmetadata - recipient for storing metadataCopyright © 2014–2023 Norconex Inc.. All rights reserved.