Uses of Interface
org.apache.maven.artifact.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.apache.maven.artifact
Classes in org.apache.maven.artifact that implement ArtifactMethods in org.apache.maven.artifact with type parameters of type ArtifactModifier and TypeMethodDescriptionstatic <T extends Collection<Artifact>>
TArtifactUtils.copyArtifacts
(Collection<Artifact> from, T to) Copy artifact to a collection.ArtifactUtils.copyArtifacts
(Map<K, ? extends Artifact> from, T to) Methods in org.apache.maven.artifact that return ArtifactModifier and TypeMethodDescriptionstatic Artifact
ArtifactUtils.copyArtifact
(Artifact artifact) static Artifact
ArtifactUtils.copyArtifactSafe
(Artifact artifact) Methods in org.apache.maven.artifact that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactUtils.artifactMapByVersionlessId
(Collection<Artifact> artifacts) Methods in org.apache.maven.artifact with parameters of type ArtifactModifier and TypeMethodDescriptionint
static Artifact
ArtifactUtils.copyArtifact
(Artifact artifact) static Artifact
ArtifactUtils.copyArtifactSafe
(Artifact artifact) static String
static String
ArtifactUtils.versionlessKey
(Artifact artifact) Method parameters in org.apache.maven.artifact with type arguments of type ArtifactModifier and TypeMethodDescriptionArtifactUtils.artifactMapByVersionlessId
(Collection<Artifact> artifacts) static <T extends Collection<Artifact>>
TArtifactUtils.copyArtifacts
(Collection<Artifact> from, T to) Copy artifact to a collection.ArtifactUtils.copyArtifacts
(Map<K, ? extends Artifact> from, T to) -
Uses of Artifact in org.apache.maven.artifact.repository
Methods in org.apache.maven.artifact.repository that return ArtifactModifier and TypeMethodDescriptionDeprecated.Methods in org.apache.maven.artifact.repository with parameters of type ArtifactModifier and TypeMethodDescriptionDeprecated.ArtifactRepository.findVersions
(Artifact artifact) Deprecated.Finds the versions of the specified artifact that are available in this repository.Deprecated. -
Uses of Artifact in org.apache.maven.artifact.repository.layout
Methods in org.apache.maven.artifact.repository.layout with parameters of type Artifact -
Uses of Artifact in org.apache.maven.artifact.resolver
Methods in org.apache.maven.artifact.resolver that return ArtifactModifier and TypeMethodDescriptionAbstractArtifactResolutionException.getArtifact()
CyclicDependencyException.getArtifact()
Methods in org.apache.maven.artifact.resolver that return types with arguments of type ArtifactModifier and TypeMethodDescriptionMultipleArtifactsNotFoundException.getMissingArtifacts()
artifacts that could NOT be resolvedMultipleArtifactsNotFoundException.getResolvedArtifacts()
artifacts that could be resolvedConstructors in org.apache.maven.artifact.resolver with parameters of type ArtifactModifierConstructorDescriptionprotected
AbstractArtifactResolutionException
(String message, Artifact artifact) protected
AbstractArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) protected
AbstractArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable t) ArtifactNotFoundException
(String message, Artifact artifact) protected
ArtifactNotFoundException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) protected
ArtifactNotFoundException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) ArtifactResolutionException
(String message, Artifact artifact) ArtifactResolutionException
(String message, Artifact artifact, Throwable cause) ArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) ArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) CyclicDependencyException
(String message, Artifact artifact) MultipleArtifactsNotFoundException
(Artifact originatingArtifact, List<Artifact> resolvedArtifacts, List<Artifact> missingArtifacts, List<ArtifactRepository> remoteRepositories) Create an instance of the exception with all required information.MultipleArtifactsNotFoundException
(Artifact originatingArtifact, List<Artifact> missingArtifacts, List<ArtifactRepository> remoteRepositories) Deprecated.Constructor parameters in org.apache.maven.artifact.resolver with type arguments of type ArtifactModifierConstructorDescriptionMultipleArtifactsNotFoundException
(Artifact originatingArtifact, List<Artifact> resolvedArtifacts, List<Artifact> missingArtifacts, List<ArtifactRepository> remoteRepositories) Create an instance of the exception with all required information.MultipleArtifactsNotFoundException
(Artifact originatingArtifact, List<Artifact> missingArtifacts, List<ArtifactRepository> remoteRepositories) Deprecated. -
Uses of Artifact in org.apache.maven.artifact.resolver.filter
Methods in org.apache.maven.artifact.resolver.filter with parameters of type Artifact -
Uses of Artifact in org.apache.maven.artifact.versioning
Methods in org.apache.maven.artifact.versioning with parameters of type ArtifactModifier and TypeMethodDescriptionVersionRange.getSelectedVersion
(Artifact artifact) boolean
VersionRange.isSelectedVersionKnown
(Artifact artifact) Constructors in org.apache.maven.artifact.versioning with parameters of type ArtifactModifierConstructorDescriptionOverConstrainedVersionException
(String msg, Artifact artifact) OverConstrainedVersionException
(String msg, Artifact artifact, List<ArtifactRepository> remoteRepositories)
MultipleArtifactsNotFoundException(Artifact, List, List, List)