Class AbstractPlugin
- java.lang.Object
-
- org.gcube.application.cms.plugins.implementations.AbstractPlugin
-
- All Implemented Interfaces:
Plugin
- Direct Known Subclasses:
AbstractLifeCycleManager
public abstract class AbstractPlugin extends Object implements Plugin
-
-
Constructor Summary
Constructors Constructor Description AbstractPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclarationgetConfigurationFromProfile(org.gcube.application.geoportal.common.model.useCaseDescriptor.UseCaseDescriptor useCaseDescriptor)protected List<org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclaration>getMultipleDeclarationsFromProfile(org.gcube.application.geoportal.common.model.useCaseDescriptor.UseCaseDescriptor p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gcube.application.cms.plugins.Plugin
getDescriptor
-
-
-
-
Method Detail
-
getConfigurationFromProfile
protected org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclaration getConfigurationFromProfile(org.gcube.application.geoportal.common.model.useCaseDescriptor.UseCaseDescriptor useCaseDescriptor) throws InvalidProfileException- Throws:
InvalidProfileException
-
getMultipleDeclarationsFromProfile
protected List<org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclaration> getMultipleDeclarationsFromProfile(org.gcube.application.geoportal.common.model.useCaseDescriptor.UseCaseDescriptor p) throws InvalidProfileException
- Throws:
InvalidProfileException
-
-