org.codehaus.plexus.lifecycle
public interface LifecycleHandler
Method Summary | |
---|---|
void | addBeginSegment(Phase phase) |
void | addEndSegment(Phase phase) |
void | end(Object component, ComponentManager manager) |
void | end(Object component, ComponentManager manager, ClassRealm componentContextRealm) |
String | getId() |
void | initialize() |
void | start(Object component, ComponentManager manager) |
void | start(Object component, ComponentManager manager, ClassRealm realm) |
Deprecated:
Parameters: component manager componentContextRealm the realm used to create the component, which may not be the component's realm; this component could have requirements that were satisfied using components from this realm. It could be used to lookup the same manager components that were used to start the component.
Throws: PhaseExecutionException
Deprecated: