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