org.tigris.scarab.feeds
Class IssueFeed
java.lang.Object
org.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
|
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 |
IssueFeed
public IssueFeed(Issue issue,
ScarabLink scarabLink,
ScarabToolManager scarabToolManager,
ScarabLocalizationTool l10nTool)
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.