org.tigris.scarab.feeds
Class IssueFeed

java.lang.Object
  extended byorg.tigris.scarab.feeds.IssueFeed
All Implemented Interfaces:
Feed

public class IssueFeed
extends java.lang.Object
implements Feed

Converts a Issue to an RSS feed.

Author:
Eric Pugh

Constructor Summary
IssueFeed(Issue issue, ScarabLink scarabLink, ScarabToolManager scarabToolManager, ScarabLocalizationTool l10nTool)
           
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed getFeed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueFeed

public IssueFeed(Issue issue,
                 ScarabLink scarabLink,
                 ScarabToolManager scarabToolManager,
                 ScarabLocalizationTool l10nTool)
Method Detail

getFeed

public com.sun.syndication.feed.synd.SyndFeed getFeed()
                                               throws java.io.IOException,
                                                      com.sun.syndication.io.FeedException,
                                                      org.apache.torque.TorqueException,
                                                      java.lang.Exception
Specified by:
getFeed in interface Feed
Throws:
java.io.IOException
com.sun.syndication.io.FeedException
org.apache.torque.TorqueException
java.lang.Exception


Copyright © 2000-2004 Tigris.org. All Rights Reserved.