static final class DefaultRepositorySystemSession.NullArtifactTypeRegistry extends java.lang.Object implements ArtifactTypeRegistry
| Modifier and Type | Field and Description |
|---|---|
static ArtifactTypeRegistry |
INSTANCE |
| Constructor and Description |
|---|
NullArtifactTypeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
get(java.lang.String typeId)
Gets the artifact type with the specified identifier.
|
public static final ArtifactTypeRegistry INSTANCE
public ArtifactType get(java.lang.String typeId)
ArtifactTypeRegistryget in interface ArtifactTypeRegistrytypeId - The identifier of the type, must not be null.null if no type with the requested identifier exists.