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

搜索引擎

开发平台:

Java

  1. # -----------------------------------------------------------------------------
  2. # General event filters
  3. # -----------------------------------------------------------------------------
  4. #
  5. # $Id: plugin.properties,v 1.6 2003/04/22 16:43:33 vanrogu Exp $
  6. #
  7. # These filters are applied to events from JSpider before being dispatched to
  8. # the plugins.
  9. #
  10. # PROPERTIES:
  11. #
  12. #  jspider.filter.enabled
  13. #    determines whether event filtering should be applied in general
  14. #
  15. #  jspider.filter.engine
  16. #    the event filter that is applied upon the events coming from the JSpider
  17. #    core engine.
  18. #
  19. #  jspider.filter.monitoring
  20. #    event filter that is applied upon all monitoring related events
  21. #
  22. #  jspider.filter.spider
  23. #    event filter that is applied upon all spidering events
  24. #
  25. # -----------------------------------------------------------------------------
  26. jspider.filter.enabled=true
  27. jspider.filter.engine=net.javacoding.jspider.mod.eventfilter.AllowAllEventFilter
  28. jspider.filter.monitoring=net.javacoding.jspider.mod.eventfilter.AllowAllEventFilter
  29. jspider.filter.spider=net.javacoding.jspider.mod.eventfilter.AllowAllEventFilter
  30. # -----------------------------------------------------------------------------
  31. # Plugin Configuration
  32. # -----------------------------------------------------------------------------
  33. #
  34. # Determines which plugins will be used by JSpider
  35. # Each plugin that is defined here will be notified with the events that pass
  36. # the general event filters and the locally defined plugin filters.
  37. # Only a reference to the plugin's configuration file is put here.
  38. # Detailed configuration info for each individual plugin can be found in the
  39. # appropriate .properties file in the ./plugins folder.
  40. #
  41. # PROPERTIES:
  42. #
  43. #  jspider.plugin.count
  44. #    the number of plugins to be used
  45. #
  46. #  jspider.plugin.<nr>.config
  47. #    the name of the properties file (without .properties in the ./plugins
  48. #    folder that contains the configuration for this plugin
  49. #
  50. # -----------------------------------------------------------------------------
  51. jspider.plugin.count=4
  52. jspider.plugin.1.config=console
  53. jspider.plugin.2.config=velocity
  54. jspider.plugin.3.config=statusbasedfilewriter
  55. jspider.plugin.4.config=xmldump