Enum Class ModelBuilderRequest.RepositoryMerging

java.lang.Object
java.lang.Enum<ModelBuilderRequest.RepositoryMerging>
org.apache.maven.api.services.ModelBuilderRequest.RepositoryMerging
All Implemented Interfaces:
Serializable, Comparable<ModelBuilderRequest.RepositoryMerging>, Constable
Enclosing interface:
ModelBuilderRequest

public static enum ModelBuilderRequest.RepositoryMerging extends Enum<ModelBuilderRequest.RepositoryMerging>
The possible merge modes for combining remote repositories.
  • Enum Constant Details

    • POM_DOMINANT

      public static final ModelBuilderRequest.RepositoryMerging POM_DOMINANT
      The repositories declared in the POM have precedence over the repositories specified in the request.
    • REQUEST_DOMINANT

      public static final ModelBuilderRequest.RepositoryMerging REQUEST_DOMINANT
      The repositories specified in the request have precedence over the repositories declared in the POM.
  • Method Details

    • values

      public static ModelBuilderRequest.RepositoryMerging[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ModelBuilderRequest.RepositoryMerging valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null