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

搜索引擎

开发平台:

Java

  1. # -----------------------------------------------------------------------------
  2. # Console Output Plugin Configuration File
  3. # -----------------------------------------------------------------------------
  4. #
  5. # $Id: console.properties,v 1.5 2003/04/02 20:54:52 vanrogu Exp $
  6. #
  7. # Example plugin configuration of a consolewriter plugin.  This plugin will
  8. # accept all events, filter none and display then on the standard System.out
  9. #
  10. # PROPERTIES :
  11. #
  12. #  plugin.class
  13. #    java class of the plugin module to handle the event for this plugin module
  14. #
  15. #  plugin.filter.enabled
  16. #    determines whether filters are applied to the incoming events before they
  17. #    are dispatched to the plugin.  (true or false)
  18. #
  19. #  plugin.filter.engine
  20. #    event filter class handling all engine events for this plugin module
  21. #    only applicable if jspider.filter.enabled=true
  22. #
  23. #  plugin.filter.monitoring
  24. #    event filter class handling all monitoring events for this plugin module
  25. #    only applicable if jspider.filter.enabled=true
  26. #
  27. #  plugin.filter.spider
  28. #    event filter class handling all spidering events for this plugin module
  29. #    only applicable if jspider.filter.enabled=true
  30. #
  31. # -----------------------------------------------------------------------------
  32. plugin.class=net.javacoding.jspider.mod.plugin.console.ConsolePlugin
  33. plugin.filter.enabled=false
  34. plugin.filter.engine=net.javacoding.jspider.mod.eventfilter.AllowAllEventFilter
  35. plugin.filter.monitoring=net.javacoding.jspider.mod.eventfilter.AllowAllEventFilter
  36. plugin.filter.spider=net.javacoding.jspider.mod.eventfilter.AllowAllEventFilter
  37. plugin.config.prefix=[Plugin]
  38. plugin.config.addspace=true