Interface CollectorsManager
-
- All Known Implementing Classes:
CollectorsManagerImpl
public interface CollectorsManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAvailableCollectors()org.gcube.data.publishing.gCatfeeder.collectors.CollectorPlugin<?>getPluginById(String collectorId)voidinitInScope()
-
-
-
Method Detail
-
getPluginById
org.gcube.data.publishing.gCatfeeder.collectors.CollectorPlugin<?> getPluginById(String collectorId) throws CollectorNotFound
- Throws:
CollectorNotFound
-
initInScope
void initInScope() throws InternalError- Throws:
InternalError
-
-