Uses of Class
org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry
-
Packages that use SimpleArtifactTypeRegistry Package Description org.eclipse.aether.util.artifact Utilities around artifacts and artifact type registries. -
-
Uses of SimpleArtifactTypeRegistry in org.eclipse.aether.util.artifact
Subclasses of SimpleArtifactTypeRegistry in org.eclipse.aether.util.artifact Modifier and Type Class 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.Methods in org.eclipse.aether.util.artifact that return SimpleArtifactTypeRegistry Modifier and Type Method Description SimpleArtifactTypeRegistry
SimpleArtifactTypeRegistry. add(ArtifactType type)
Adds the specified artifact type to the registry.
-