com.atlassian.gadgets.directory.internal
Class GadgetFeedsSpecProvider
java.lang.Object
com.atlassian.gadgets.directory.internal.GadgetFeedsSpecProvider
- All Implemented Interfaces:
- GadgetSpecProvider
public class GadgetFeedsSpecProvider
- extends Object
- implements GadgetSpecProvider
|
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GadgetFeedsSpecProvider
public GadgetFeedsSpecProvider(GadgetFeedReaderFactory readerFactory,
SubscribedGadgetFeedStore store,
TransactionRunner transactionRunner)
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 © 2013 Atlassian. All Rights Reserved.