Package org.apache.maven.internal.impl
Class DefaultSuperPomProvider
java.lang.Object
org.apache.maven.internal.impl.DefaultSuperPomProvider
- All Implemented Interfaces:
Service
,SuperPomProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSuperPom
(String version) Gets the super POM for the specified model version.
-
Constructor Details
-
DefaultSuperPomProvider
-
-
Method Details
-
getSuperPom
Description copied from interface:SuperPomProvider
Gets the super POM for the specified model version.- Specified by:
getSuperPom
in interfaceSuperPomProvider
- Parameters:
version
- The model version to retrieve the super POM for (e.g. "4.0.0"), must not benull
.- Returns:
- The super POM, never
null
.
-