Package com.norconex.crawler.fs.fetch
Class AggregatedFolderPathsResponse
java.lang.Object
com.norconex.crawler.core.fetch.AggregatedFetchResponse
com.norconex.crawler.fs.fetch.AggregatedFolderPathsResponse
- All Implemented Interfaces:
FetchResponse,FolderPathsFetchResponse
public class AggregatedFolderPathsResponse
extends AggregatedFetchResponse
implements FolderPathsFetchResponse
File System multi-response information obtained from fetching a document.
Getter methods return values from the last response.
- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.norconex.crawler.core.fetch.AggregatedFetchResponse
getException, getFetchResponses, getLastFetchResponse, getProcessingOutcome, getReasonPhrase, getStatusCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.norconex.crawler.core.fetch.FetchResponse
getException, getProcessingOutcome, getReasonPhrase, getStatusCode
-
Constructor Details
-
AggregatedFolderPathsResponse
-
-
Method Details
-
getChildPaths
Description copied from interface:FolderPathsFetchResponseThe child paths of a folder path.- Specified by:
getChildPathsin interfaceFolderPathsFetchResponse- Returns:
- child paths
-
equals
- Overrides:
equalsin classAggregatedFetchResponse
-
canEqual
- Overrides:
canEqualin classAggregatedFetchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAggregatedFetchResponse
-
toString
- Overrides:
toStringin classAggregatedFetchResponse
-