Class CollectorsManagerImpl
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.engine.impl.CollectorsManagerImpl
-
- All Implemented Interfaces:
CollectorsManager
public class CollectorsManagerImpl extends Object implements CollectorsManager
-
-
Constructor Summary
Constructors Constructor Description CollectorsManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAvailableCollectors()org.gcube.data.publishing.gCatfeeder.collectors.CollectorPlugin<?>getPluginById(String collectorId)voidinitInScope()voidpost()
-
-
-
Method Detail
-
post
@PostConstruct public void post()
-
getAvailableCollectors
public Set<String> getAvailableCollectors()
- Specified by:
getAvailableCollectorsin interfaceCollectorsManager
-
getPluginById
public org.gcube.data.publishing.gCatfeeder.collectors.CollectorPlugin<?> getPluginById(String collectorId) throws CollectorNotFound
- Specified by:
getPluginByIdin interfaceCollectorsManager- Throws:
CollectorNotFound
-
initInScope
public void initInScope() throws InternalError- Specified by:
initInScopein interfaceCollectorsManager- Throws:
InternalError
-
-