Class FsCrawlerEntry

java.lang.Object
com.norconex.crawler.core.ledger.CrawlerEntry
com.norconex.crawler.fs.ledger.FsCrawlerEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FsCrawlerDocContext

public class FsCrawlerEntry extends CrawlerEntry
A path being crawled holding relevant crawl state information. This is the file-system-specific extension of CrawlerEntry.
See Also:
  • Constructor Details

    • FsCrawlerEntry

      public FsCrawlerEntry()
    • FsCrawlerEntry

      public FsCrawlerEntry(String reference)
    • FsCrawlerEntry

      public FsCrawlerEntry(String reference, int depth)
  • Method Details

    • setReference

      public void setReference(@NonNull @NonNull String reference)
      Overrides:
      setReference in class CrawlerEntry
    • isFile

      public boolean isFile()
    • isFolder

      public boolean isFolder()
    • setFile

      public void setFile(boolean file)
    • setFolder

      public void setFolder(boolean folder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class CrawlerEntry
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class CrawlerEntry
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class CrawlerEntry
    • toString

      public String toString()
      Overrides:
      toString in class CrawlerEntry