Interface SuperPomProvider

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultSuperPomProvider

@Experimental public interface SuperPomProvider extends Service
Provides the super POM that all models implicitly inherit from.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the super POM for the specified model version.
  • Method Details

    • getSuperPom

      @Nonnull Model getSuperPom(@Nonnull String version)
      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 be null.
      Returns:
      The super POM, never null.
      Throws:
      SuperPomProviderException - if the super POM could not be retrieved