Class DefaultRepositorySystemSession.NullArtifactTypeRegistry

java.lang.Object
org.eclipse.aether.DefaultRepositorySystemSession.NullArtifactTypeRegistry
All Implemented Interfaces:
ArtifactTypeRegistry
Enclosing class:
DefaultRepositorySystemSession

static final class DefaultRepositorySystemSession.NullArtifactTypeRegistry extends Object implements ArtifactTypeRegistry
  • Field Details

  • Constructor Details

    • NullArtifactTypeRegistry

      NullArtifactTypeRegistry()
  • Method Details

    • 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.