class: Feeds

public class: Feeds
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:30; Modified: 16.07.2009 15:20:30;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9EC9E4F2-EB8E-4d4d-8A80-660F8643E9C3}
 

Goto: Custom Properties, Fields, Methods

See also: Syndication

Appears in: syndication

Connections
 
Custom Properties
 
Feeds Attributes
Attribute Details
private String
  comments
Notes: Comments for the entire feeds collection
private ArrayList
  feeds
Initial: new ArrayList()
Notes: Feed array
private static const Logger
  logger
Initial: Logger.getLogger(Feeds.class)
 
Feeds Methods
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
Notes: Comments setter
public
setFeeds(
   List feeds):void
Sequential
Notes: Feeds setter.
public
toString():String
Sequential
Notes: (non-Javadoc)
@see java.lang.Object#toString()