Class AlternativeUserLifecycleManager
- java.lang.Object
-
- org.commonjava.indy.action.fixture.AlternativeUserLifecycleManager
-
- All Implemented Interfaces:
UserLifecycleManager
@Alternative public final class AlternativeUserLifecycleManager extends Object implements UserLifecycleManager
The default implementation for UserLifecycleManager is in core. For those who use indy-api but not indy-core, this can be an alternative injection class via beans.xml. Created by ruhan on 11/16/16.
-
-
Constructor Summary
Constructors Constructor Description AlternativeUserLifecycleManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends IndyLifecycleAction>
Collection<T>getUserLifecycleActions(String lifecycleName, Class<T> type)
-
-
-
Method Detail
-
getUserLifecycleActions
public <T extends IndyLifecycleAction> Collection<T> getUserLifecycleActions(String lifecycleName, Class<T> type)
- Specified by:
getUserLifecycleActionsin interfaceUserLifecycleManager
-
-