Interface CatalogueControllersManager
-
- All Known Implementing Classes:
CatalogueControllersManagerImpl
public interface CatalogueControllersManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAvailableControllers()org.gcube.data.publishing.gCatFeeder.catalogues.CataloguePlugingetPluginById(String collectorId)voidinitInScope()
-
-
-
Method Detail
-
getPluginById
org.gcube.data.publishing.gCatFeeder.catalogues.CataloguePlugin getPluginById(String collectorId) throws CataloguePluginNotFound
- Throws:
CataloguePluginNotFound
-
initInScope
void initInScope() throws InternalError- Throws:
InternalError
-
-