com.atlassian.gadgets.directory.internal
Class GadgetFeedsSpecProvider.FeedSpecProvider
java.lang.Object
com.atlassian.gadgets.directory.internal.GadgetFeedsSpecProvider.FeedSpecProvider
- All Implemented Interfaces:
- GadgetSpecProvider
- Enclosing class:
- GadgetFeedsSpecProvider
public static class GadgetFeedsSpecProvider.FeedSpecProvider
- extends Object
- implements GadgetSpecProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GadgetFeedsSpecProvider.FeedSpecProvider
public GadgetFeedsSpecProvider.FeedSpecProvider(SubscribedGadgetFeed feed,
org.codehaus.httpcache4j.cache.HTTPCache http,
com.sun.syndication.io.WireFeedInput feedBuilder)
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 © 2010 Atlassian. All Rights Reserved.