org.apache.archiva.rss.processor
Interface RssFeedProcessor

All Known Implementing Classes:
AbstractArtifactsRssFeedProcessor, NewArtifactsRssFeedProcessor, NewVersionsOfArtifactRssFeedProcessor

public interface RssFeedProcessor

Retrieve and process the data that will be fed into the RssFeedGenerator.


Field Summary
static String KEY_ARTIFACT_ID
           
static String KEY_GROUP_ID
           
static String KEY_REPO_ID
           
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed process(Map<String,String> reqParams, MetadataRepository metadataRepository)
           
 

Field Detail

KEY_REPO_ID

static final String KEY_REPO_ID
See Also:
Constant Field Values

KEY_GROUP_ID

static final String KEY_GROUP_ID
See Also:
Constant Field Values

KEY_ARTIFACT_ID

static final String KEY_ARTIFACT_ID
See Also:
Constant Field Values
Method Detail

process

com.sun.syndication.feed.synd.SyndFeed process(Map<String,String> reqParams,
                                               MetadataRepository metadataRepository)
                                               throws com.sun.syndication.io.FeedException
Throws:
com.sun.syndication.io.FeedException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.