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

Class AutoConfigurePhase

Implemented Interfaces:
Phase

public class AutoConfigurePhase
extends AbstractPhase

Field Summary

static String
DEFAULT_CONFIGURATOR_ID

Method Summary

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

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

execute

Field Details

DEFAULT_CONFIGURATOR_ID

public static final String DEFAULT_CONFIGURATOR_ID

Method Details

execute

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