Operation |
Details |
public addFeed( Feed f):void |
Sequential Notes: | Add new <code>feed</code>. @param feed | |
public getComments():String |
Sequential Notes: | Comments getter @return <code>comments | |
public getFeedByUri( String feedId):Feed |
Sequential Notes: | Find feed which URI exactly equals to <code>feedId</code> @return | |
public getFeeds():List |
Sequential Notes: | Feeds getter. @return feeds | |
public matchFeedByUri( String uri):Feed |
Sequential Notes: | Find feed which URI matches <code>uriMatcher</code>. <code>uriMatcher</code> should be calculated before the method usage. @see de.mpg.escidoc.services.syndication.feed.Feed#generateUriMatcher(String) generateUriMatcher @return matched <code>feed</code> | |
public static readFeedsFromXml( String rulesFileName, String feedsFileName):Feeds |
Sequential Tags: | throws=SyndicationException
| Notes: | Unmarshalling of the feed definitions XML file on hand of the feeds digester rules @return feed collection class | |
public setComments( String comments):void |
Sequential |
public setFeeds( List feeds):void |
Sequential |
public toString():String |
Sequential Notes: | (non-Javadoc) @see java.lang.Object#toString() | |