Uses of Interface
org.eclipse.aether.artifact.ArtifactType
-
Packages that use ArtifactType Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.artifact The definition of an artifact, that is the primary entity managed by the repository system.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.util.artifact Utilities around artifacts and artifact type registries. -
-
Uses of ArtifactType in org.eclipse.aether
Methods in org.eclipse.aether that return ArtifactType Modifier and Type Method Description ArtifactType
DefaultRepositorySystemSession.NullArtifactTypeRegistry. get(java.lang.String typeId)
-
Uses of ArtifactType in org.eclipse.aether.artifact
Classes in org.eclipse.aether.artifact that implement ArtifactType Modifier and Type Class Description class
DefaultArtifactType
A simple artifact type.Methods in org.eclipse.aether.artifact that return ArtifactType Modifier and Type Method Description ArtifactType
ArtifactTypeRegistry. get(java.lang.String typeId)
Gets the artifact type with the specified identifier.Constructors in org.eclipse.aether.artifact with parameters of type ArtifactType Constructor Description DefaultArtifact(java.lang.String groupId, java.lang.String artifactId, java.lang.String classifier, java.lang.String extension, java.lang.String version, java.util.Map<java.lang.String,java.lang.String> properties, ArtifactType type)
Creates a new artifact with the specified coordinates and properties.DefaultArtifact(java.lang.String groupId, java.lang.String artifactId, java.lang.String classifier, java.lang.String extension, java.lang.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 ArtifactType Modifier and Type Field Description private java.util.Map<java.lang.String,ArtifactType>
CachingArtifactTypeRegistry. types
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactType Modifier and Type Method Description ArtifactType
CachingArtifactTypeRegistry. get(java.lang.String typeId)
-
Uses of ArtifactType in org.eclipse.aether.util.artifact
Fields in org.eclipse.aether.util.artifact with type parameters of type ArtifactType Modifier and Type Field Description private java.util.Map<java.lang.String,ArtifactType>
SimpleArtifactTypeRegistry. types
Methods in org.eclipse.aether.util.artifact that return ArtifactType Modifier and Type Method Description ArtifactType
OverlayArtifactTypeRegistry. get(java.lang.String typeId)
ArtifactType
SimpleArtifactTypeRegistry. get(java.lang.String typeId)
Methods in org.eclipse.aether.util.artifact with parameters of type ArtifactType Modifier and Type Method Description DefaultArtifactTypeRegistry
DefaultArtifactTypeRegistry. add(ArtifactType type)
Adds the specified artifact type to the registry.OverlayArtifactTypeRegistry
OverlayArtifactTypeRegistry. add(ArtifactType type)
Adds the specified artifact type to the registry.SimpleArtifactTypeRegistry
SimpleArtifactTypeRegistry. add(ArtifactType type)
Adds the specified artifact type to the registry.
-