Package org.apache.maven.api.services
Interface SuperPomProvider
- All Superinterfaces:
 Service
- All Known Implementing Classes:
 DefaultSuperPomProvider
Provides the super POM that all models implicitly inherit from.
- 
Method Summary
Modifier and TypeMethodDescriptiongetSuperPom(String version) Gets the super POM for the specified model version. 
- 
Method Details
- 
getSuperPom
Gets the super POM for the specified model version.- 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. - Throws:
 SuperPomProviderException- if the super POM could not be retrieved
 
 -