public class FeedTaskFactoryImpl extends Object implements FeedTaskFactory
FeedDownloadTask for purposes of processing.| Constructor and Description |
|---|
FeedTaskFactoryImpl(java.util.function.Function<URL,List<com.sun.syndication.feed.synd.SyndEntry>> feedDownloader,
InMemoryDataStore datastore) |
FeedTaskFactoryImpl(InMemoryDataStore datastore) |
| Modifier and Type | Method and Description |
|---|---|
FeedDownloadTask |
get(CombinedFeed feed)
Creates new instances of
FeedDownloadTask |
public FeedTaskFactoryImpl(InMemoryDataStore datastore)
public FeedTaskFactoryImpl(java.util.function.Function<URL,List<com.sun.syndication.feed.synd.SyndEntry>> feedDownloader, InMemoryDataStore datastore)
public FeedDownloadTask get(CombinedFeed feed)
FeedTaskFactoryFeedDownloadTaskget in interface FeedTaskFactoryfeed - combined feed which provides an information for a purpose of processingCopyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.