Class DiaoyuwengProcessor

  • All Implemented Interfaces:
    PageProcessor

    public class DiaoyuwengProcessor
    extends java.lang.Object
    implements PageProcessor
    Author:
    code4crafter@gmail.com
    Date: 13-4-21 Time: 下午8:08
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Site getSite()
      Returns the site settings.
      static void main​(java.lang.String[] args)  
      void process​(Page page)
      Processes the page, extract URLs to fetch, extract the data and store.
      • Methods inherited from class java.lang.Object

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

      • DiaoyuwengProcessor

        public DiaoyuwengProcessor()
    • Method Detail

      • process

        public void process​(Page page)
        Description copied from interface: PageProcessor
        Processes the page, extract URLs to fetch, extract the data and store.
        Specified by:
        process in interface PageProcessor
        Parameters:
        page - page
      • main

        public static void main​(java.lang.String[] args)