@Named @Singleton public class DefaultSuperPomProvider extends Object implements SuperPomProvider
Constructor and Description |
---|
DefaultSuperPomProvider(ModelProcessor modelProcessor) |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.api.model.Model |
getSuperModel(String version)
Gets the super POM for the specified model version.
|
@Inject public DefaultSuperPomProvider(ModelProcessor modelProcessor)
public org.apache.maven.api.model.Model getSuperModel(String version)
SuperPomProvider
getSuperModel
in interface SuperPomProvider
version
- The model version to retrieve the super POM for (e.g. "4.0.0"), must not be null
.null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.