org.codehaus.plexus.personality.plexus.lifecycle.phase

Class ResumePhase

Implemented Interfaces:
Phase

public class ResumePhase
extends AbstractPhase

Method Summary

void
execute(Object object, ComponentManager manager)
Execute the phase.

Methods inherited from class org.codehaus.plexus.lifecycle.phase.AbstractPhase

execute

Method Details

execute

public void execute(Object object,
                    ComponentManager manager)
Execute the phase.
Specified by:
execute in interface Phase
Overrides:
execute in interface AbstractPhase