org.sonatype.aether.artifact
Interface ArtifactTypeRegistry

All Known Implementing Classes:
DefaultArtifactTypeRegistry

public interface ArtifactTypeRegistry

A registry of known artifact stereotypes.

Author:
Benjamin Bentmann

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

Method Detail

get

ArtifactType get(java.lang.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-2011 Sonatype, Inc.. All Rights Reserved.