Enum Record.Type

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Record.Type>
    Enclosing class:
    Record

    public static enum Record.Type
    extends java.lang.Enum<Record.Type>
    Types of returned records returned from index.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ALL_GROUPS
      Special record, containing all the Maven "groupId"s that are enlisted on the index.
      ARTIFACT_ADD
      Artifact ADD record.
      ARTIFACT_REMOVE
      Artifact REMOVE record.
      DESCRIPTOR
      Descriptor record.
      ROOT_GROUPS
      Special record, containing all the root groups of Maven "groupId"s that are enlisted on the index.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Type()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Record.Type valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static Record.Type[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait