org.codehaus.swizzle.rss
Class RssFeed

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

public class RssFeed
extends Object


Constructor Summary
RssFeed(String feed)
           
 
Method Summary
 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(String feed)
        throws Exception
Throws:
Exception
Method Detail

getItems

public Collection getItems()
                    throws Exception
Throws:
Exception

refresh

public void refresh()
             throws Exception
Throws:
Exception


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.