Package | Description |
---|---|
org.eclipse.aether.util.artifact |
Utilities around artifacts and artifact type registries.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactTypeRegistry
A simple artifact type registry.
|
class |
OverlayArtifactTypeRegistry
An artifact type registry which first consults its own mappings and in case of an unknown type falls back to another
type registry.
|
Modifier and Type | Method and Description |
---|---|
SimpleArtifactTypeRegistry |
SimpleArtifactTypeRegistry.add(ArtifactType type)
Adds the specified artifact type to the registry.
|