Package org.codehaus.plexus.lifecycle
Interface LifecycleHandlerManager
-
- All Known Implementing Classes:
DefaultLifecycleHandlerManager
public interface LifecycleHandlerManager
LifecycleHandlerManager is a simple index (registry) of LifecycleHandler instances.- Author:
- Jason van Zyl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addLifecycleHandler(LifecycleHandler lifecycleHandler)
LifecycleHandler
getLifecycleHandler(String id)
void
initialize()
-
-
-
Method Detail
-
initialize
void initialize()
-
addLifecycleHandler
void addLifecycleHandler(LifecycleHandler lifecycleHandler)
-
getLifecycleHandler
LifecycleHandler getLifecycleHandler(String id) throws UndefinedLifecycleHandlerException
-
-