Class RobotsTxtHelper

java.lang.Object
org.codelibs.fess.crawler.helper.RobotsTxtHelper

public class RobotsTxtHelper extends Object
Author:
bowez, shinsuke
  • Field Details

    • USER_AGENT_RECORD

      protected static final Pattern USER_AGENT_RECORD
    • DISALLOW_RECORD

      protected static final Pattern DISALLOW_RECORD
    • ALLOW_RECORD

      protected static final Pattern ALLOW_RECORD
    • CRAWL_DELAY_RECORD

      protected static final Pattern CRAWL_DELAY_RECORD
    • SITEMAP_RECORD

      protected static final Pattern SITEMAP_RECORD
    • enabled

      protected boolean enabled
  • Constructor Details

    • RobotsTxtHelper

      public RobotsTxtHelper()
  • Method Details