Uses of Interface
org.apache.maven.artifact.repository.ArtifactRepository
Packages that use ArtifactRepository
Package
Description
-
Uses of ArtifactRepository in org.apache.maven.artifact
Methods in org.apache.maven.artifact that return ArtifactRepositoryMethods in org.apache.maven.artifact with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionvoid
Artifact.setRepository
(ArtifactRepository remoteRepository) void
DefaultArtifact.setRepository
(ArtifactRepository repository) void
Artifact.updateVersion
(String version, ArtifactRepository localRepository) void
DefaultArtifact.updateVersion
(String version, ArtifactRepository localRepository) -
Uses of ArtifactRepository in org.apache.maven.artifact.repository
Methods in org.apache.maven.artifact.repository that return types with arguments of type ArtifactRepositoryMethods in org.apache.maven.artifact.repository with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionArtifactRepository.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) Method parameters in org.apache.maven.artifact.repository with type arguments of type ArtifactRepositoryModifier and TypeMethodDescriptionvoid
ArtifactRepository.setMirroredRepositories
(List<ArtifactRepository> mirroredRepositories) -
Uses of ArtifactRepository in org.apache.maven.artifact.repository.layout
Methods in org.apache.maven.artifact.repository.layout that return ArtifactRepositoryModifier and TypeMethodDescriptionArtifactRepositoryLayout2.newMavenArtifactRepository
(String id, String url, ArtifactRepositoryPolicy snapshots, ArtifactRepositoryPolicy releases) Methods in org.apache.maven.artifact.repository.layout with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionArtifactRepositoryLayout.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) -
Uses of ArtifactRepository in org.apache.maven.artifact.resolver
Methods in org.apache.maven.artifact.resolver that return types with arguments of type ArtifactRepositoryConstructor parameters in org.apache.maven.artifact.resolver with type arguments of type ArtifactRepositoryModifierConstructorDescriptionprotected
AbstractArtifactResolutionException
(String message, String groupId, String artifactId, String version, String type, String classifier, List<ArtifactRepository> remoteRepositories, List<String> path) protected
AbstractArtifactResolutionException
(String message, String groupId, String artifactId, String version, String type, String classifier, List<ArtifactRepository> remoteRepositories, List<String> path, Throwable t) protected
AbstractArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) protected
AbstractArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable t) ArtifactNotFoundException
(String message, String groupId, String artifactId, String version, String type, String classifier, List<ArtifactRepository> remoteRepositories, String downloadUrl, List<String> path, Throwable cause) protected
ArtifactNotFoundException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) protected
ArtifactNotFoundException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) ArtifactResolutionException
(String message, String groupId, String artifactId, String version, String type, String classifier, List<ArtifactRepository> remoteRepositories, List<String> path, Throwable t) ArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) ArtifactResolutionException
(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) -
Uses of ArtifactRepository in org.apache.maven.artifact.versioning
Constructor parameters in org.apache.maven.artifact.versioning with type arguments of type ArtifactRepositoryModifierConstructorDescriptionOverConstrainedVersionException
(String msg, Artifact artifact, List<ArtifactRepository> remoteRepositories) -
Uses of ArtifactRepository in org.apache.maven.repository.legacy.metadata
Methods in org.apache.maven.repository.legacy.metadata with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionArtifactMetadata.getLocalFilename
(ArtifactRepository repository) Get the filename of this metadata on the local repository.void
ArtifactMetadata.storeInLocalRepository
(ArtifactRepository localRepository, ArtifactRepository remoteRepository) Store the metadata in the local repository.