Package org.ametys.core.migration.action
Class ActionExtensionPoint
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<Action>
-
- org.ametys.core.migration.action.ActionExtensionPoint
-
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<Action>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class ActionExtensionPoint extends AbstractThreadSafeComponentExtensionPoint<Action>
Extension point to execute the upgrades
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE_INITIALIZATION
Avalon Rolestatic String
ROLE_UPGRADE
Avalon Role-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
-
Constructor Summary
Constructors Constructor Description ActionExtensionPoint()
-
Method Summary
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Field Detail
-
ROLE_UPGRADE
public static final String ROLE_UPGRADE
Avalon Role
-
ROLE_INITIALIZATION
public static final String ROLE_INITIALIZATION
Avalon Role
-
-
Constructor Detail
-
ActionExtensionPoint
public ActionExtensionPoint()
-
-