Enum JavadocLinkGenerator.JavadocToolVersionRange

java.lang.Object
java.lang.Enum<JavadocLinkGenerator.JavadocToolVersionRange>
org.apache.maven.tools.plugin.javadoc.JavadocLinkGenerator.JavadocToolVersionRange
All Implemented Interfaces:
Serializable, Comparable<JavadocLinkGenerator.JavadocToolVersionRange>
Enclosing class:
JavadocLinkGenerator

public static enum JavadocLinkGenerator.JavadocToolVersionRange extends Enum<JavadocLinkGenerator.JavadocToolVersionRange>
Javadoc tool version ranges whose generated sites expose different link formats.
  • Enum Constant Details

  • Field Details

    • lowerBound

      private final org.codehaus.plexus.languages.java.version.JavaVersion lowerBound
    • upperBound

      private final org.codehaus.plexus.languages.java.version.JavaVersion upperBound
  • Constructor Details

    • JavadocToolVersionRange

      private JavadocToolVersionRange(org.codehaus.plexus.languages.java.version.JavaVersion lowerBound, org.codehaus.plexus.languages.java.version.JavaVersion upperBound)
  • Method Details

    • values

      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • findMatch

      static JavadocLinkGenerator.JavadocToolVersionRange findMatch(org.codehaus.plexus.languages.java.version.JavaVersion javadocVersion)