Class RSSThread

All Implemented Interfaces:
Runnable, EventListener, org.apache.wiki.event.WikiEventListener

public class RSSThread extends WikiBackgroundThread
Runs the RSS generation thread.
  • Constructor Details

    • RSSThread

      public RSSThread(org.apache.wiki.api.core.Engine engine, File rssFile, int rssInterval)
      Create a new RSS thread.
      Parameters:
      engine - A Engine to own this thread.
      rssFile - A File to write the RSS data to.
      rssInterval - How often the RSS should be generated.
  • Method Details