Uses of Interface
org.eclipse.aether.artifact.ArtifactType
Packages that use ArtifactType
Package
Description
The primary API of the
RepositorySystem
and its functionality.The definition of an artifact, that is the primary entity managed by the repository system.
Internal helper classes for dependency collector.
Utilities around artifacts and artifact type registries.
-
Uses of ArtifactType in org.eclipse.aether
Methods in org.eclipse.aether that return ArtifactTypeModifier and TypeMethodDescription -
Uses of ArtifactType in org.eclipse.aether.artifact
Classes in org.eclipse.aether.artifact that implement ArtifactTypeMethods in org.eclipse.aether.artifact that return ArtifactTypeModifier and TypeMethodDescriptionGets the artifact type with the specified identifier.Constructors in org.eclipse.aether.artifact with parameters of type ArtifactTypeModifierConstructorDescriptionDefaultArtifact
(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.DefaultArtifact
(String groupId, String artifactId, String classifier, String extension, String version, ArtifactType type) Creates a new artifact with the specified coordinates. -
Uses of ArtifactType in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect with type parameters of type ArtifactTypeModifier and TypeFieldDescriptionprivate final Map<String,
ArtifactType> CachingArtifactTypeRegistry.types
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactType -
Uses of ArtifactType in org.eclipse.aether.util.artifact
Fields in org.eclipse.aether.util.artifact with type parameters of type ArtifactTypeModifier and TypeFieldDescriptionprivate final Map<String,
ArtifactType> SimpleArtifactTypeRegistry.types
Methods in org.eclipse.aether.util.artifact that return ArtifactTypeModifier and TypeMethodDescriptionMethods in org.eclipse.aether.util.artifact with parameters of type ArtifactTypeModifier and TypeMethodDescriptionDefaultArtifactTypeRegistry.add
(ArtifactType type) Adds the specified artifact type to the registry.OverlayArtifactTypeRegistry.add
(ArtifactType type) Adds the specified artifact type to the registry.SimpleArtifactTypeRegistry.add
(ArtifactType type) Adds the specified artifact type to the registry.