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 classDefaultArtifactTypeRegistryA simple artifact type registry.classOverlayArtifactTypeRegistryAn 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 SimpleArtifactTypeRegistrySimpleArtifactTypeRegistry. add(ArtifactType type)Adds the specified artifact type to the registry.
-