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 Object
implements ArtifactTypeRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the artifact type with the specified identifier.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullArtifactTypeRegistry
NullArtifactTypeRegistry()
-
-
Method Details
-
get
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.
-