public class DownloadPluginEnumeratorImpl extends Object implements eu.dnetlib.data.download.rmi.DownloadPluginEnumerator
| Constructor and Description |
|---|
DownloadPluginEnumeratorImpl() |
| Modifier and Type | Method and Description |
|---|---|
eu.dnetlib.data.download.rmi.DownloadPlugin |
get(String protocol)
Get given DownloadPlugin or throws exception.
|
Map<String,eu.dnetlib.data.download.rmi.DownloadPlugin> |
getAll() |
org.springframework.beans.factory.ListableBeanFactory |
getBeanFactory()
Gets the bean factory.
|
Map<String,eu.dnetlib.data.download.rmi.DownloadPlugin> |
getByProtocols() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public Map<String,eu.dnetlib.data.download.rmi.DownloadPlugin> getAll()
getAll in interface eu.dnetlib.data.download.rmi.DownloadPluginEnumeratorpublic Map<String,eu.dnetlib.data.download.rmi.DownloadPlugin> getByProtocols()
getByProtocols in interface eu.dnetlib.data.download.rmi.DownloadPluginEnumeratorpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic org.springframework.beans.factory.ListableBeanFactory getBeanFactory()
public eu.dnetlib.data.download.rmi.DownloadPlugin get(String protocol) throws eu.dnetlib.data.download.rmi.DownloadServiceException
protocol - the protocoleu.dnetlib.data.download.rmi.DownloadServiceException - the download service exceptionCopyright © 2020. All rights reserved.