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

Class DisposePhase

Implemented Interfaces:
Phase

public class DisposePhase
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