| Package | Description | 
|---|---|
| org.eclipse.aether.artifact | The definition of an artifact, that is the primary entity managed by the repository system. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultArtifactTypeA simple artifact type. | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactType | ArtifactTypeRegistry. get(String typeId)Gets the artifact type with the specified identifier. | 
| Constructor and Description | 
|---|
| 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–2018 The Apache Software Foundation. All rights reserved.