|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.buildmonitor.utils.RssFeedDocument
public class RssFeedDocument
An RSS feed document.
Constructor Summary | |
---|---|
RssFeedDocument()
|
Method Summary | |
---|---|
void |
add(RssFeedItem theRssFeedItemToAdd)
Add an RSS Feed item to the document |
RssFeedItem |
getItem(int theIndexOfTheItemInTheDocument)
Get the Nth item of the document. |
int |
size()
Returns the size of the document (aka the number of items it contains). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RssFeedDocument()
Method Detail |
---|
public RssFeedItem getItem(int theIndexOfTheItemInTheDocument) throws java.lang.IndexOutOfBoundsException
theIndexOfTheItemInTheDocument
- index of the item in the document (index of the first item is 0).
java.lang.IndexOutOfBoundsException
- if theIndexOfTheItemInTheDocument is < 0 or >= size().public int size()
public void add(RssFeedItem theRssFeedItemToAdd)
theRssFeedItemToAdd
- the item to add to the document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |