org.codehaus.swizzle.rss
Class RssFeed

java.lang.Object
  extended by org.codehaus.swizzle.rss.RssFeed

public class RssFeed
extends java.lang.Object


Constructor Summary
RssFeed(java.lang.String feed)
           
 
Method Summary
 java.util.Collection getItems()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssFeed

public RssFeed(java.lang.String feed)
        throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getItems

public java.util.Collection getItems()
                              throws java.lang.Exception
Throws:
java.lang.Exception

refresh

public void refresh()
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 The Codehaus Foundation. All Rights Reserved.