This project has retired. For details please refer to its Attic page.
RssFeedGenerator

org.apache.archiva.rss
Class RssFeedGenerator

Package class diagram package RssFeedGenerator
java.lang.Object
  extended by org.apache.archiva.rss.RssFeedGenerator

public class RssFeedGenerator
extends java.lang.Object

Generates RSS feeds.


Field Summary
static java.lang.String DEFAULT_FEEDTYPE
           
static java.lang.String DEFAULT_LANGUAGE
           
 
Constructor Summary
RssFeedGenerator()
           
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed generateFeed(java.lang.String title, java.lang.String description, java.util.List<RssFeedEntry> dataEntries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FEEDTYPE

public static java.lang.String DEFAULT_FEEDTYPE

DEFAULT_LANGUAGE

public static java.lang.String DEFAULT_LANGUAGE
Constructor Detail

RssFeedGenerator

public RssFeedGenerator()
Method Detail

generateFeed

public com.sun.syndication.feed.synd.SyndFeed generateFeed(java.lang.String title,
                                                           java.lang.String description,
                                                           java.util.List<RssFeedEntry> dataEntries)