@Component(role=LifecyclePluginAnalyzer.class) public class DefaultLifecyclePluginAnalyzer extends Object implements LifecyclePluginAnalyzer
| Constructor and Description |
|---|
DefaultLifecyclePluginAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
Model |
getLifecycleModel(Model model)
Gets the lifecycle
Model for a given Model. |
Set<Plugin> |
getPluginsBoundByDefaultToAllLifecycles(String packaging)
Deprecated.
|
@Deprecated public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) throws LifecycleMappingNotFoundException
getPluginsBoundByDefaultToAllLifecycles in interface LifecyclePluginAnalyzerLifecycleMappingNotFoundExceptionpublic Model getLifecycleModel(Model model) throws LifecycleMappingNotFoundException
LifecyclePluginAnalyzerModel for a given Model.
The lifecycle model for a given model is the list of default build plugins plus lifecycle plugin execution management.
getLifecycleModel in interface LifecyclePluginAnalyzermodel - The Model to get the lifecycle Model for.Model for model.LifecycleMappingNotFoundException - if model declares an unsupported packaging.Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.