Uses of Interface
org.sonatype.aether.artifact.ArtifactType

Packages that use ArtifactType
org.sonatype.aether.artifact   
org.sonatype.aether.util.artifact   
 

Uses of ArtifactType in org.sonatype.aether.artifact
 

Methods in org.sonatype.aether.artifact that return ArtifactType
 ArtifactType ArtifactTypeRegistry.get(String typeId)
          Gets the artifact type with the specified identifier.
 

Uses of ArtifactType in org.sonatype.aether.util.artifact
 

Classes in org.sonatype.aether.util.artifact that implement ArtifactType
 class DefaultArtifactType
          A simple artifact type.
 

Methods in org.sonatype.aether.util.artifact that return ArtifactType
 ArtifactType DefaultArtifactTypeRegistry.get(String stereotypeId)
           
 

Methods in org.sonatype.aether.util.artifact with parameters of type ArtifactType
 DefaultArtifactTypeRegistry DefaultArtifactTypeRegistry.add(ArtifactType stereotype)
          Adds the specified artifact type to the registry.
 

Constructors in org.sonatype.aether.util.artifact with parameters of type ArtifactType
DefaultArtifact(String groupId, String artifactId, String classifier, String extension, String version, ArtifactType type)
          Creates a new artifact with the specified coordinates.
DefaultArtifact(String groupId, String artifactId, String classifier, String extension, String version, Map<String,String> properties, ArtifactType type)
          Creates a new artifact with the specified coordinates and properties.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.