Package org.eclipse.aether
Class DefaultRepositorySystemSession.NullArtifactTypeRegistry
- java.lang.Object
-
- org.eclipse.aether.DefaultRepositorySystemSession.NullArtifactTypeRegistry
-
- All Implemented Interfaces:
ArtifactTypeRegistry
- Enclosing class:
- DefaultRepositorySystemSession
static final class DefaultRepositorySystemSession.NullArtifactTypeRegistry extends java.lang.Object implements ArtifactTypeRegistry
-
-
Field Summary
Fields Modifier and Type Field Description static ArtifactTypeRegistry
INSTANCE
-
Constructor Summary
Constructors Constructor Description NullArtifactTypeRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactType
get(java.lang.String typeId)
Gets the artifact type with the specified identifier.
-
-
-
Field Detail
-
INSTANCE
public static final ArtifactTypeRegistry INSTANCE
-
-
Method Detail
-
get
public ArtifactType get(java.lang.String typeId)
Description copied from interface:ArtifactTypeRegistry
Gets the artifact type with the specified identifier.- Specified by:
get
in interfaceArtifactTypeRegistry
- Parameters:
typeId
- The identifier of the type, must not benull
.- Returns:
- The artifact type or
null
if no type with the requested identifier exists.
-
-