|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
OverlayArtifactTypeRegistry.get(String typeId)
|
ArtifactType |
DefaultArtifactTypeRegistry.get(String typeId)
|
Methods in org.sonatype.aether.util.artifact with parameters of type ArtifactType | |
---|---|
OverlayArtifactTypeRegistry |
OverlayArtifactTypeRegistry.add(ArtifactType type)
|
DefaultArtifactTypeRegistry |
DefaultArtifactTypeRegistry.add(ArtifactType type)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |