org.codehaus.plexus.personality.plexus.lifecycle.phase
Class StartPhase

java.lang.Object
  extended by org.codehaus.plexus.lifecycle.phase.AbstractPhase
      extended by org.codehaus.plexus.personality.plexus.lifecycle.phase.StartPhase
All Implemented Interfaces:
Phase

public class StartPhase
extends AbstractPhase


Constructor Summary
StartPhase()
           
 
Method Summary
 void execute(Object object, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
          Execute the phase.
 
Methods inherited from class org.codehaus.plexus.lifecycle.phase.AbstractPhase
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartPhase

public StartPhase()
Method Detail

execute

public void execute(Object object,
                    ComponentManager manager,
                    org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
             throws PhaseExecutionException
Description copied from class: AbstractPhase
Execute the phase.

Specified by:
execute in interface Phase
Specified by:
execute in class AbstractPhase
Throws:
PhaseExecutionException


Copyright © 2001–2014 Codehaus. All rights reserved.