org.codehaus.plexus.lifecycle
public abstract class AbstractLifecycleHandler extends Object implements LifecycleHandler
Field Summary | |
---|---|
List | beginSegment |
List | endSegment |
Method Summary | |
---|---|
void | addBeginSegment(Phase phase) |
void | addEndSegment(Phase phase) |
void | end(Object component, ComponentManager manager)
End a component's lifecycle. |
void | end(Object component, ComponentManager manager, ClassRealm contextRealm)
End a component's lifecycle. |
List | getBeginSegment() |
List | getEndSegment() |
boolean | segmentIsEmpty(List segment) |
void | start(Object component, ComponentManager manager) |
void | start(Object component, ComponentManager manager, ClassRealm realm)
Start a component's lifecycle. |
Deprecated:
End a component's lifecycle.Deprecated: