Class NasCrawlMetadata

  • All Implemented Interfaces:
    java.io.Serializable, org.archive.modules.fetcher.UserAgentProvider, org.archive.spring.HasKeyedProperties, org.archive.spring.HasValidator, org.springframework.beans.factory.InitializingBean

    public class NasCrawlMetadata
    extends org.archive.modules.CrawlMetadata
    NetarchiveSuite extension of the org.archive.modules.CrawlMetadata class. Currently the only addition is a date field similar to the date field in the H1 'meta' entity default_obeyrobots_withforms Default profile that obeys robots.txt and includes form URLs Admin 20080118111217
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.archive.modules.CrawlMetadata

        audience, availableRobotsPolicies, description, jobName, kp, operator, organization, VALIDATOR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDate()  
      void setDate​(java.lang.String date)  
      • Methods inherited from class org.archive.modules.CrawlMetadata

        afterPropertiesSet, ensureStandardPoliciesAvailable, getAudience, getAvailableRobotsPolicies, getDescription, getFrom, getJobName, getKeyedProperties, getOperator, getOperatorContactUrl, getOperatorFrom, getOrganization, getRobotsPolicy, getRobotsPolicyName, getUserAgent, getUserAgentTemplate, getValidator, setAudience, setAvailableRobotsPolicies, setDescription, setJobName, setOperator, setOperatorContactUrl, setOperatorFrom, setOrganization, setRobotsPolicyName, setUserAgentTemplate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDate

        public java.lang.String getDate()
      • setDate

        public void setDate​(java.lang.String date)