org.codehaus.plexus.personality.plexus.lifecycle.phase
Class ServiceablePhase
java.lang.Object
org.codehaus.plexus.lifecycle.phase.AbstractPhase
org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceablePhase
- All Implemented Interfaces:
- Phase
public class ServiceablePhase
- extends AbstractPhase
Method Summary |
void |
execute(Object object,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
Execute the phase. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceablePhase
public ServiceablePhase()
execute
public void execute(Object object,
ComponentManager manager,
org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
- Description copied from class:
AbstractPhase
- Execute the phase.
- Specified by:
execute
in interface Phase
- Specified by:
execute
in class AbstractPhase
Copyright © 2001-2007 Codehaus. All Rights Reserved.