org.sonatype.aether.artifact
Interface ArtifactTypeRegistry

All Known Implementing Classes:
DefaultArtifactTypeRegistry, OverlayArtifactTypeRegistry

public interface ArtifactTypeRegistry

A registry of known artifact types.

Author:
Benjamin Bentmann

Method Summary
 ArtifactType get(String typeId)
          Gets the artifact type with the specified identifier.
 

Method Detail

get

ArtifactType get(String typeId)
Gets the artifact type with the specified identifier.

Parameters:
typeId - The identifier of the type, must not be null.
Returns:
The artifact type or null if no type with the requested identifier exists.


Copyright © 2010-2012. All Rights Reserved.