Class DefaultLifecycleMapping
java.lang.Object
org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
- All Implemented Interfaces:
- LifecycleMapping
DefaultLifecycleMapping
- 
Field SummaryFields inherited from interface org.apache.maven.lifecycle.mapping.LifecycleMappingROLE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Should not be used in Java code.DefaultLifecycleMapping(List<Lifecycle> lifecycles) Ctor to be used in Java code/providers.
- 
Method Summary
- 
Constructor Details- 
DefaultLifecycleMappingDeprecated.Should not be used in Java code.Default ctor for plexus compatibility: lifecycles are most commonly defined in Plexus XML, that does field injection. Still, for Plexus to be able to instantiate this class, default ctor is needed.
- 
DefaultLifecycleMappingCtor to be used in Java code/providers.
 
- 
- 
Method Details- 
getLifecycles- Specified by:
- getLifecyclesin interface- LifecycleMapping
 
- 
getOptionalMojosDeprecated.- Specified by:
- getOptionalMojosin interface- LifecycleMapping
 
- 
getPhasesDeprecated.- Specified by:
- getPhasesin interface- LifecycleMapping
 
 
-