public class GenericFileDocumentFetcher extends Object implements IFileDocumentFetcher
| Constructor and Description |
|---|
GenericFileDocumentFetcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
com.norconex.collector.core.data.CrawlState |
fetchDocument(org.apache.commons.vfs2.FileObject fileObject,
FileDocument doc)
Fetches file system document.
|
int |
hashCode() |
String |
toString() |
public com.norconex.collector.core.data.CrawlState fetchDocument(org.apache.commons.vfs2.FileObject fileObject,
FileDocument doc)
IFileDocumentFetcherfetchDocument in interface IFileDocumentFetcherfileObject - the file object referencing the documentdoc - the fetched documentCopyright © 2014–2023 Norconex Inc.. All rights reserved.