Class FolderPluginHandler
- java.lang.Object
-
- org.gcube.data.access.storagehub.handlers.plugins.FolderPluginHandler
-
@Singleton public class FolderPluginHandler extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.common.storagehub.model.plugins.FolderManagerConnectorgetConnector(String name)org.gcube.common.storagehub.model.plugins.FolderManagergetDefault()org.gcube.common.storagehub.model.plugins.FolderManagergetFolderManager(org.gcube.common.storagehub.model.items.Item item)
-
-
-
Method Detail
-
getDefault
public org.gcube.common.storagehub.model.plugins.FolderManager getDefault()
-
getConnector
public org.gcube.common.storagehub.model.plugins.FolderManagerConnector getConnector(String name) throws org.gcube.common.storagehub.model.exceptions.PluginNotFoundException
- Throws:
org.gcube.common.storagehub.model.exceptions.PluginNotFoundException
-
getFolderManager
public org.gcube.common.storagehub.model.plugins.FolderManager getFolderManager(org.gcube.common.storagehub.model.items.Item item) throws org.gcube.common.storagehub.model.exceptions.PluginInitializationException, org.gcube.common.storagehub.model.exceptions.PluginNotFoundException, javax.jcr.RepositoryException, org.gcube.common.storagehub.model.exceptions.BackendGenericError- Throws:
org.gcube.common.storagehub.model.exceptions.PluginInitializationExceptionorg.gcube.common.storagehub.model.exceptions.PluginNotFoundExceptionjavax.jcr.RepositoryExceptionorg.gcube.common.storagehub.model.exceptions.BackendGenericError
-
-