statusbasedfilewriter.properties
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:1k
源码类别:

搜索引擎

开发平台:

Java

  1. # -----------------------------------------------------------------------------
  2. # Status-based FileWriter Plugin Configuration File
  3. # -----------------------------------------------------------------------------
  4. #
  5. # $Id: statusbasedfilewriter.properties,v 1.2 2003/04/02 20:54:52 vanrogu Exp $
  6. #
  7. # Example plugin configuration of a status-based filewriter plugin.  This
  8. # plugin will accept all fecth events, and write the URL to a file with the
  9. # name: '<http_status>.out'.
  10. # if the http status is an error, the referers to the resource are also given
  11. #
  12. # PROPERTIES :
  13. #
  14. #  plugin.class
  15. #    java class of the plugin module to handle the event for this plugin module
  16. #
  17. #  plugin.filter.enabled
  18. #    determines whether filters are applied to the incoming events before they
  19. #    are dispatched to the plugin.  (true or false)
  20. #
  21. #  plugin.filter.engine
  22. #    event filter class handling all engine events for this plugin module
  23. #    only applicable if jspider.filter.enabled=true
  24. #
  25. #  plugin.filter.monitoring
  26. #    event filter class handling all monitoring events for this plugin module
  27. #    only applicable if jspider.filter.enabled=true
  28. #
  29. #  plugin.filter.spider
  30. #    event filter class handling all spidering events for this plugin module
  31. #    only applicable if jspider.filter.enabled=true
  32. #
  33. # -----------------------------------------------------------------------------
  34. plugin.class=net.javacoding.jspider.mod.plugin.statusbasedfilewriter.StatusBasedFileWriterPlugin
  35. plugin.filter.enabled=false