Uses of Interface
org.eclipse.aether.repository.ArtifactRepository
Packages that use ArtifactRepository
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The definition of various kinds of repositories that host artifacts.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of ArtifactRepository in org.eclipse.aether
Fields in org.eclipse.aether declared as ArtifactRepositoryModifier and TypeFieldDescription(package private) ArtifactRepository
RepositoryEvent.Builder.repository
private final ArtifactRepository
RepositoryEvent.repository
Methods in org.eclipse.aether that return ArtifactRepositoryModifier and TypeMethodDescriptionRepositoryEvent.getRepository()
Gets the repository involved in the event (if any).Methods in org.eclipse.aether with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionRepositoryEvent.Builder.setRepository
(ArtifactRepository repository) Sets the repository involved in the event. -
Uses of ArtifactRepository in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return ArtifactRepositoryModifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.getRepository
(Version version) Gets the repository from which the specified version was resolved. -
Uses of ArtifactRepository in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionprivate void
DefaultArtifactResolver.artifactResolved
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, ArtifactRepository repository, List<Exception> exceptions) private void
DefaultMetadataResolver.metadataDownloaded
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, File file, Exception exception) private void
DefaultMetadataResolver.metadataDownloading
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository) private void
DefaultMetadataResolver.metadataResolved
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, Exception exception) private void
DefaultMetadataResolver.metadataResolving
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository) -
Uses of ArtifactRepository in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as ArtifactRepositoryModifier and TypeFieldDescription(package private) final ArtifactRepository
DataPool.Constraint.VersionRepo.repo
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactRepositoryMethods in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionprivate static List<RemoteRepository>
DefaultDependencyCollector.getRemoteRepositories
(ArtifactRepository repository, List<RemoteRepository> repositories) Constructors in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactRepositoryModifierConstructorDescription(package private)
VersionRepo
(Version version, ArtifactRepository repo) -
Uses of ArtifactRepository in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that return ArtifactRepository -
Uses of ArtifactRepository in org.eclipse.aether.repository
Classes in org.eclipse.aether.repository that implement ArtifactRepositoryModifier and TypeClassDescriptionfinal class
A repository on the local file system used to cache contents of remote repositories and to store locally installed artifacts.final class
A repository on a remote server.final class
A repository backed by an IDE workspace, the output of a build session or similar ad-hoc collection of artifacts. -
Uses of ArtifactRepository in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as ArtifactRepositoryModifier and TypeFieldDescriptionprivate ArtifactRepository
ArtifactDescriptorResult.repository
private ArtifactRepository
ArtifactResult.repository
private ArtifactRepository
VersionResult.repository
Fields in org.eclipse.aether.resolution with type parameters of type ArtifactRepositoryModifier and TypeFieldDescriptionprivate Map<Version,
ArtifactRepository> VersionRangeResult.repositories
Methods in org.eclipse.aether.resolution that return ArtifactRepositoryModifier and TypeMethodDescriptionArtifactDescriptorResult.getRepository()
Gets the repository from which the descriptor was eventually resolved.ArtifactResult.getRepository()
Gets the repository from which the artifact was eventually resolved.VersionRangeResult.getRepository
(Version version) Gets the repository from which the specified version was resolved.VersionResult.getRepository()
Gets the repository from which the version was eventually resolved.Methods in org.eclipse.aether.resolution with parameters of type ArtifactRepositoryModifier and TypeMethodDescriptionArtifactDescriptorResult.setRepository
(ArtifactRepository repository) Sets the repository from which the descriptor was resolved.ArtifactResult.setRepository
(ArtifactRepository repository) Sets the repository from which the artifact was resolved.VersionRangeResult.setRepository
(Version version, ArtifactRepository repository) Records the repository from which the specified version was resolvedVersionResult.setRepository
(ArtifactRepository repository) Sets the repository from which the version was resolved.