|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.lifecycle.AbstractLifecycleHandler
public abstract class AbstractLifecycleHandler
| Constructor Summary | |
|---|---|
AbstractLifecycleHandler()
|
|
| Method Summary | |
|---|---|
void |
addBeginSegment(Phase phase)
|
void |
addEndSegment(Phase phase)
|
void |
end(java.lang.Object component,
ComponentManager manager)
Deprecated. |
void |
end(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm contextRealm)
End a component's lifecycle. |
java.util.List |
getBeginSegment()
|
java.util.List |
getEndSegment()
|
void |
start(java.lang.Object component,
ComponentManager manager)
Deprecated. |
void |
start(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Start a component's lifecycle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.plexus.lifecycle.LifecycleHandler |
|---|
getId, initialize |
| Constructor Detail |
|---|
public AbstractLifecycleHandler()
| Method Detail |
|---|
public void addBeginSegment(Phase phase)
addBeginSegment in interface LifecycleHandlerpublic java.util.List getBeginSegment()
public void addEndSegment(Phase phase)
addEndSegment in interface LifecycleHandlerpublic java.util.List getEndSegment()
public void start(java.lang.Object component,
ComponentManager manager)
throws PhaseExecutionException
start in interface LifecycleHandlerPhaseExecutionException
public void start(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PhaseExecutionException
start in interface LifecycleHandlerPhaseExecutionException
public void end(java.lang.Object component,
ComponentManager manager)
throws PhaseExecutionException
end in interface LifecycleHandlerPhaseExecutionException
public void end(java.lang.Object component,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm contextRealm)
throws PhaseExecutionException
end in interface LifecycleHandlercontextRealm - 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.
PhaseExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||