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 ArtifactTypeRegistryINSTANCE
-
Constructor Summary
Constructors Constructor Description NullArtifactTypeRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactTypeget(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:ArtifactTypeRegistryGets the artifact type with the specified identifier.- Specified by:
getin interfaceArtifactTypeRegistry- Parameters:
typeId- The identifier of the type, must not benull.- Returns:
- The artifact type or
nullif no type with the requested identifier exists.
-
-