Package org.eclipse.aether.artifact
Interface ArtifactTypeRegistry
public interface ArtifactTypeRegistry
A registry of known artifact types.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the artifact type with the specified identifier.
-
Method Details
-
get
Gets the artifact type with the specified identifier.- Parameters:
typeId
- The identifier of the type, must not benull
.- Returns:
- The artifact type or
null
if no type with the requested identifier exists.
-