Class H3HeritrixTemplate

  • All Implemented Interfaces:
    java.io.Serializable

    public class H3HeritrixTemplate
    extends HeritrixTemplate
    implements java.io.Serializable
    Class encapsulating the Heritrix crawler-beans.cxml file

    Heritrix3 has a new model based on spring, So the XPATH is no good for processing. Instead we use placeholders instead, marked by %{..} instead of ${..}, which is used by Heritrix3 already. The template is a H3 template if it contains the string: "xmlns="http://www.springframework.org/...."

    See Also:
    Serialized Form