Uses of Interface
org.eclipse.aether.repository.ArtifactRepository
-
Packages that use ArtifactRepository Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.checksum org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.spi.checksums -
-
Uses of ArtifactRepository in org.eclipse.aether
Fields in org.eclipse.aether declared as ArtifactRepository Modifier and Type Field Description (package private) ArtifactRepository
RepositoryEvent.Builder. repository
private ArtifactRepository
RepositoryEvent. repository
Methods in org.eclipse.aether that return ArtifactRepository Modifier and Type Method Description ArtifactRepository
RepositoryEvent. getRepository()
Gets the repository involved in the event (if any).Methods in org.eclipse.aether with parameters of type ArtifactRepository Modifier and Type Method Description RepositoryEvent.Builder
RepositoryEvent.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 ArtifactRepository Modifier and Type Method Description ArtifactRepository
VersionFilter.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 ArtifactRepository Modifier and Type Method Description private void
DefaultArtifactResolver. artifactResolved(RepositorySystemSession session, RequestTrace trace, Artifact artifact, ArtifactRepository repository, java.util.List<java.lang.Exception> exceptions)
private void
DefaultMetadataResolver. metadataDownloaded(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, java.io.File file, java.lang.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, java.lang.Exception exception)
private void
DefaultMetadataResolver. metadataResolving(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository)
-
Uses of ArtifactRepository in org.eclipse.aether.internal.impl.checksum
Methods in org.eclipse.aether.internal.impl.checksum with parameters of type ArtifactRepository Modifier and Type Method Description void
SparseDirectoryTrustedChecksumsSource.SparseDirectoryWriter. addTrustedArtifactChecksums(Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories, java.util.Map<java.lang.String,java.lang.String> trustedArtifactChecksums)
void
SummaryFileTrustedChecksumsSource.SummaryFileWriter. addTrustedArtifactChecksums(Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories, java.util.Map<java.lang.String,java.lang.String> trustedArtifactChecksums)
private java.lang.String
SparseDirectoryTrustedChecksumsSource. calculateArtifactPath(boolean originAware, Artifact artifact, ArtifactRepository artifactRepository, ChecksumAlgorithmFactory checksumAlgorithmFactory)
protected abstract java.util.Map<java.lang.String,java.lang.String>
FileTrustedChecksumsSourceSupport. doGetTrustedArtifactChecksums(RepositorySystemSession session, Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories)
Implementors MUST NOT returnnull
at this point, as this source is enabled.protected java.util.Map<java.lang.String,java.lang.String>
SparseDirectoryTrustedChecksumsSource. doGetTrustedArtifactChecksums(RepositorySystemSession session, Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories)
protected java.util.Map<java.lang.String,java.lang.String>
SummaryFileTrustedChecksumsSource. doGetTrustedArtifactChecksums(RepositorySystemSession session, Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories)
java.util.Map<java.lang.String,java.lang.String>
FileTrustedChecksumsSourceSupport. getTrustedArtifactChecksums(RepositorySystemSession session, Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories)
This implementation will call into underlying code only if enabled, and will enforce non-null
return value. -
Uses of ArtifactRepository in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as ArtifactRepository Modifier and Type Field Description (package private) ArtifactRepository
DataPool.Constraint.VersionRepo. repo
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactRepository Modifier and Type Method Description ArtifactRepository
DefaultVersionFilterContext. getRepository(Version version)
Methods in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactRepository Modifier and Type Method Description protected static java.util.List<RemoteRepository>
DependencyCollectorDelegate. getRemoteRepositories(ArtifactRepository repository, java.util.List<RemoteRepository> repositories)
Constructors in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactRepository Constructor Description 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 Modifier and Type Method Description ArtifactRepository
TestVersionFilterContext. getRepository(Version version)
-
Uses of ArtifactRepository in org.eclipse.aether.repository
Classes in org.eclipse.aether.repository that implement ArtifactRepository Modifier and Type Class Description class
LocalRepository
A repository on the local file system used to cache contents of remote repositories and to store locally installed artifacts.class
RemoteRepository
A repository on a remote server.class
WorkspaceRepository
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 ArtifactRepository Modifier and Type Field Description private ArtifactRepository
ArtifactDescriptorResult. repository
private ArtifactRepository
ArtifactResult. repository
private ArtifactRepository
VersionResult. repository
Fields in org.eclipse.aether.resolution with type parameters of type ArtifactRepository Modifier and Type Field Description private java.util.Map<Version,ArtifactRepository>
VersionRangeResult. repositories
Methods in org.eclipse.aether.resolution that return ArtifactRepository Modifier and Type Method Description ArtifactRepository
ArtifactDescriptorResult. getRepository()
Gets the repository from which the descriptor was eventually resolved.ArtifactRepository
ArtifactResult. getRepository()
Gets the repository from which the artifact was eventually resolved.ArtifactRepository
VersionRangeResult. getRepository(Version version)
Gets the repository from which the specified version was resolved.ArtifactRepository
VersionResult. getRepository()
Gets the repository from which the version was eventually resolved.Methods in org.eclipse.aether.resolution with parameters of type ArtifactRepository Modifier and Type Method Description ArtifactDescriptorResult
ArtifactDescriptorResult. setRepository(ArtifactRepository repository)
Sets the repository from which the descriptor was resolved.ArtifactResult
ArtifactResult. setRepository(ArtifactRepository repository)
Sets the repository from which the artifact was resolved.VersionRangeResult
VersionRangeResult. setRepository(Version version, ArtifactRepository repository)
Records the repository from which the specified version was resolvedVersionResult
VersionResult. setRepository(ArtifactRepository repository)
Sets the repository from which the version was resolved. -
Uses of ArtifactRepository in org.eclipse.aether.spi.checksums
Methods in org.eclipse.aether.spi.checksums with parameters of type ArtifactRepository Modifier and Type Method Description void
TrustedChecksumsSource.Writer. addTrustedArtifactChecksums(Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories, java.util.Map<java.lang.String,java.lang.String> trustedArtifactChecksums)
Performs whatever implementation requires to "set" (write/add/append) given map of trusted checksums.java.util.Map<java.lang.String,java.lang.String>
TrustedChecksumsSource. getTrustedArtifactChecksums(RepositorySystemSession session, Artifact artifact, ArtifactRepository artifactRepository, java.util.List<ChecksumAlgorithmFactory> checksumAlgorithmFactories)
May return the trusted checksums (for given artifact) from trusted source, ornull
if not enabled.
-