Package org.commonjava.indy.action
Interface UserLifecycleManager
-
- All Known Implementing Classes:
AlternativeUserLifecycleManager
public interface UserLifecycleManagerCreated by ruhan on 11/16/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends IndyLifecycleAction>
Collection<T>getUserLifecycleActions(String lifecycleName, Class<T> type)
-
-
-
Method Detail
-
getUserLifecycleActions
<T extends IndyLifecycleAction> Collection<T> getUserLifecycleActions(String lifecycleName, Class<T> type)
-
-