|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.publishers.rss.Feed
The feed class acts as a generic RSS Feed (there's no CruiseControl-specific functionality in this class). Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
Constructor Summary | |
Feed(java.io.File publishToFile)
Constructor |
Method Summary | |
void |
addItem(Item item)
|
java.lang.String |
getDescription()
|
java.util.List |
getItems()
|
java.lang.String |
getLink()
|
int |
getMaxLength()
|
java.lang.String |
getTitle()
Returns the title of the RSS feed. |
void |
setDescription(java.lang.String description)
|
void |
setLink(java.lang.String link)
|
void |
setMaxLength(int max)
|
void |
setTitle(java.lang.String title)
Set the title of the RSS feed. |
void |
write(java.io.Writer wr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Feed(java.io.File publishToFile)
publishToFile
- the file to which the feed should be published.Method Detail |
public void setTitle(java.lang.String title)
title
- the title of the RSS feed.public java.lang.String getTitle()
public void setLink(java.lang.String link)
public java.lang.String getLink()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public void setMaxLength(int max)
public int getMaxLength()
public void addItem(Item item)
public java.util.List getItems()
public void write(java.io.Writer wr) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |