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