com.atlassian.gadgets.directory.internal
Class GadgetFeedsSpecProvider.FeedSpecProvider

java.lang.Object
  extended by com.atlassian.gadgets.directory.internal.GadgetFeedsSpecProvider.FeedSpecProvider
All Implemented Interfaces:
GadgetSpecProvider
Enclosing class:
GadgetFeedsSpecProvider

public static class GadgetFeedsSpecProvider.FeedSpecProvider
extends Object
implements GadgetSpecProvider


Constructor Summary
GadgetFeedsSpecProvider.FeedSpecProvider(SubscribedGadgetFeed feed, org.codehaus.httpcache4j.cache.HTTPCache http, com.sun.syndication.io.WireFeedInput feedBuilder)
           
 
Method Summary
 boolean contains(URI gadgetSpecUri)
          Returns true if the URI is in the store, false otherwise.
 Iterable<URI> entries()
          Returns all the gadget URIs contained by this store.
 String getApplicationName()
           
 URI getBaseUri()
           
 URI getIcon()
           
 String getId()
           
 String getTitle()
           
 URI getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetFeedsSpecProvider.FeedSpecProvider

public GadgetFeedsSpecProvider.FeedSpecProvider(SubscribedGadgetFeed feed,
                                                org.codehaus.httpcache4j.cache.HTTPCache http,
                                                com.sun.syndication.io.WireFeedInput feedBuilder)
Method Detail

getId

public String getId()

getUri

public URI getUri()

getApplicationName

public String getApplicationName()

getTitle

public String getTitle()

getIcon

public URI getIcon()

getBaseUri

public URI getBaseUri()

contains

public boolean contains(URI gadgetSpecUri)
Description copied from interface: GadgetSpecProvider
Returns true if the URI is in the store, false otherwise.

Specified by:
contains in interface GadgetSpecProvider
Parameters:
gadgetSpecUri - URI to check is in the store
Returns:
true if the URI is in the store, false otherwise

entries

public Iterable<URI> entries()
Description copied from interface: GadgetSpecProvider
Returns all the gadget URIs contained by this store.

Specified by:
entries in interface GadgetSpecProvider
Returns:
all the gadget URIs contained by this store.


Copyright © 2009 Atlassian. All Rights Reserved.