org.apache.archiva.rss.processor
Class AbstractArtifactsRssFeedProcessor

java.lang.Object
  extended by org.apache.archiva.rss.processor.AbstractArtifactsRssFeedProcessor
All Implemented Interfaces:
RssFeedProcessor
Direct Known Subclasses:
NewArtifactsRssFeedProcessor, NewVersionsOfArtifactRssFeedProcessor

public abstract class AbstractArtifactsRssFeedProcessor
extends Object
implements RssFeedProcessor


Field Summary
 
Fields inherited from interface org.apache.archiva.rss.processor.RssFeedProcessor
KEY_ARTIFACT_ID, KEY_GROUP_ID, KEY_REPO_ID
 
Constructor Summary
AbstractArtifactsRssFeedProcessor()
           
 
Method Summary
protected abstract  String getDescription()
           
protected abstract  String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.archiva.rss.processor.RssFeedProcessor
process
 

Constructor Detail

AbstractArtifactsRssFeedProcessor

public AbstractArtifactsRssFeedProcessor()
Method Detail

getTitle

protected abstract String getTitle()

getDescription

protected abstract String getDescription()


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