Class DefaultArtifactTypeRegistry

java.lang.Object
org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
All Implemented Interfaces:
ArtifactTypeRegistry

public final class DefaultArtifactTypeRegistry extends Object
A simple artifact type registry.
  • Constructor Details

  • Method Details

    • add

      Adds the specified artifact type to the registry.
      Parameters:
      type - The artifact type to add, must not be null.
      Returns:
      This registry for chaining, never null.
    • get

      public ArtifactType get(String typeId)
      Description copied from interface: ArtifactTypeRegistry
      Gets the artifact type with the specified identifier.
      Specified by:
      get in interface ArtifactTypeRegistry
      Parameters:
      typeId - The identifier of the type, must not be null.
      Returns:
      The artifact type or null if no type with the requested identifier exists.
    • toString

      public String toString()
      Overrides:
      toString in class Object