Package org.apache.maven.internal.impl
Class DefaultSuperPomProvider
java.lang.Object
org.apache.maven.internal.impl.DefaultSuperPomProvider
- All Implemented Interfaces:
 Service,SuperPomProvider
- 
Constructor Summary
Constructors - 
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:SuperPomProviderGets the super POM for the specified model version.- Specified by:
 getSuperPomin 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. 
 
 -