com.atlassian.gadgets.directory.internal
Class GadgetFeedsSpecProvider

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

public class GadgetFeedsSpecProvider
extends Object
implements GadgetSpecProvider


Constructor Summary
GadgetFeedsSpecProvider(GadgetFeedReaderFactory readerFactory, SubscribedGadgetFeedStore store, TransactionRunner transactionRunner)
           
 
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
 

Constructor Detail

GadgetFeedsSpecProvider

public GadgetFeedsSpecProvider(GadgetFeedReaderFactory readerFactory,
                               SubscribedGadgetFeedStore store,
                               TransactionRunner transactionRunner)
Method Detail

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.