@Service(value="rssFeedProcessor#new-versions") public class NewVersionsOfArtifactRssFeedProcessor extends AbstractArtifactsRssFeedProcessor
Modifier and Type | Field and Description |
---|---|
private static String |
desc |
private RssFeedGenerator |
generator |
private org.slf4j.Logger |
log |
private static String |
title |
KEY_ARTIFACT_ID, KEY_GROUP_ID, KEY_REPO_ID
Constructor and Description |
---|
NewVersionsOfArtifactRssFeedProcessor() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
RssFeedGenerator |
getGenerator() |
String |
getTitle() |
com.sun.syndication.feed.synd.SyndFeed |
process(Map<String,String> reqParams,
MetadataRepository metadataRepository)
Process all versions of the artifact which had a rss feed request.
|
private com.sun.syndication.feed.synd.SyndFeed |
processNewVersionsOfArtifact(String groupId,
String artifactId,
MetadataRepository metadataRepository) |
void |
setGenerator(RssFeedGenerator generator) |
private org.slf4j.Logger log
private static final String title
private static final String desc
@Inject private RssFeedGenerator generator
public NewVersionsOfArtifactRssFeedProcessor()
public com.sun.syndication.feed.synd.SyndFeed process(Map<String,String> reqParams, MetadataRepository metadataRepository) throws com.sun.syndication.io.FeedException
com.sun.syndication.io.FeedException
private com.sun.syndication.feed.synd.SyndFeed processNewVersionsOfArtifact(String groupId, String artifactId, MetadataRepository metadataRepository) throws com.sun.syndication.io.FeedException
com.sun.syndication.io.FeedException
public String getTitle()
getTitle
in class AbstractArtifactsRssFeedProcessor
public String getDescription()
getDescription
in class AbstractArtifactsRssFeedProcessor
public RssFeedGenerator getGenerator()
public void setGenerator(RssFeedGenerator generator)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.