Uses of Interface
org.eclipse.aether.artifact.ArtifactType
-
Packages that use ArtifactType Package Description org.eclipse.aether The primary API of theRepositorySystemand 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 ArtifactTypeDefaultRepositorySystemSession.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 classDefaultArtifactTypeA simple artifact type.Methods in org.eclipse.aether.artifact that return ArtifactType Modifier and Type Method Description ArtifactTypeArtifactTypeRegistry. 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. typesMethods in org.eclipse.aether.internal.impl.collect that return ArtifactType Modifier and Type Method Description ArtifactTypeCachingArtifactTypeRegistry. 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. typesMethods in org.eclipse.aether.util.artifact that return ArtifactType Modifier and Type Method Description ArtifactTypeOverlayArtifactTypeRegistry. get(java.lang.String typeId)ArtifactTypeSimpleArtifactTypeRegistry. get(java.lang.String typeId)Methods in org.eclipse.aether.util.artifact with parameters of type ArtifactType Modifier and Type Method Description DefaultArtifactTypeRegistryDefaultArtifactTypeRegistry. add(ArtifactType type)Adds the specified artifact type to the registry.OverlayArtifactTypeRegistryOverlayArtifactTypeRegistry. add(ArtifactType type)Adds the specified artifact type to the registry.SimpleArtifactTypeRegistrySimpleArtifactTypeRegistry. add(ArtifactType type)Adds the specified artifact type to the registry.
-