Uses of Class
org.eclipse.aether.repository.RemoteRepository
Packages that use RemoteRepository
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.
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The types supporting the publishing of artifacts to a remote repository.
The representation of a dependency graph by means of connected dependency nodes.
The provisional interfaces defining the various subcomponents that implement the repository system.
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.
The contract to access artifacts/metadata in remote repositories.
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
The contract to locate URI-based resources using custom repository layouts.
The contract to download/upload URI-based resources using custom transport protocols.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads that utilize the classpath as "remote" storage.
Support for downloads/uploads using the local filesystem as "remote" storage.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the S3 protocol.
Support for downloads/uploads using Apache Maven Wagon.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of RemoteRepository in org.apache.maven.resolver.examples.util
Methods in org.apache.maven.resolver.examples.util that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionstatic List
<RemoteRepository> Booter.newRepositories
(RepositorySystem system, RepositorySystemSession session) -
Uses of RemoteRepository in org.eclipse.aether
Methods in org.eclipse.aether that return RemoteRepositoryModifier and TypeMethodDescriptionRepositorySystem.newDeploymentRepository
(RepositorySystemSession session, RemoteRepository repository) Forms a remote repository suitable for artifact deployment by applying the session's authentication selector and similar network configuration to the given repository prototype.Methods in org.eclipse.aether that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRepositorySystem.newResolutionRepositories
(RepositorySystemSession session, List<RemoteRepository> repositories) Forms remote repositories suitable for artifact resolution by applying the session's authentication selector and similar network configuration to the given repository prototypes.Methods in org.eclipse.aether with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionRepositorySystem.newDeploymentRepository
(RepositorySystemSession session, RemoteRepository repository) Forms a remote repository suitable for artifact deployment by applying the session's authentication selector and similar network configuration to the given repository prototype.Method parameters in org.eclipse.aether with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRepositorySystem.newResolutionRepositories
(RepositorySystemSession session, List<RemoteRepository> repositories) Forms remote repositories suitable for artifact resolution by applying the session's authentication selector and similar network configuration to the given repository prototypes. -
Uses of RemoteRepository in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionCollectRequest.getRepositories()
Gets the repositories to use for the collection.VersionFilter.VersionFilterContext.getRepositories()
Gets the remote repositories from which the versions were resolved.Methods in org.eclipse.aether.collection with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionCollectRequest.addRepository
(RemoteRepository repository) Adds the specified repository for collection.Method parameters in org.eclipse.aether.collection with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionCollectRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to use for the collection.Constructor parameters in org.eclipse.aether.collection with type arguments of type RemoteRepositoryModifierConstructorDescriptionCollectRequest
(Dependency root, List<RemoteRepository> repositories) Creates a request with the specified properties. -
Uses of RemoteRepository in org.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionBasicRepositoryConnectorFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.deployment
Methods in org.eclipse.aether.deployment that return RemoteRepositoryModifier and TypeMethodDescriptionDeployRequest.getRepository()
Gets the repository to deploy to.Methods in org.eclipse.aether.deployment with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionDeployRequest.setRepository
(RemoteRepository repository) Sets the repository to deploy to. -
Uses of RemoteRepository in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionDefaultDependencyNode.getRepositories()
DependencyNode.getRepositories()
Gets the remote repositories from which this node's artifact shall be resolved.Method parameters in org.eclipse.aether.graph with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionvoid
DefaultDependencyNode.setRepositories
(List<RemoteRepository> repositories) Sets the remote repositories from which this node's artifact shall be resolved. -
Uses of RemoteRepository in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return RemoteRepositoryModifier and TypeMethodDescriptionUpdateCheck.getAuthoritativeRepository()
Gets the repository which ultimately hosts the metadata to update.UpdateCheck.getRepository()
Gets the repository from which a potential update/download will performed.Methods in org.eclipse.aether.impl that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepositoryManager.aggregateRepositories
(RepositorySystemSession session, List<RemoteRepository> dominantRepositories, List<RemoteRepository> recessiveRepositories, boolean recessiveIsRaw) Aggregates repository definitions by merging duplicate repositories and optionally applies mirror, proxy and authentication settings from the supplied session.Methods in org.eclipse.aether.impl with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionvoid
OfflineController.checkOffline
(RepositorySystemSession session, RemoteRepository repository) Determines whether the specified repository is accessible if the system was in offline mode.RemoteRepositoryManager.getPolicy
(RepositorySystemSession session, RemoteRepository repository, boolean releases, boolean snapshots) Gets the effective repository policy for the specified remote repository by merging the applicable snapshot/release policy of the repository with global settings from the supplied session.RepositoryConnectorProvider.newRepositoryConnector
(RepositorySystemSession session, RemoteRepository repository) Tries to create a repository connector for the specified remote repository.UpdateCheck.setAuthoritativeRepository
(RemoteRepository authoritativeRepository) Sets the repository which ultimately hosts the metadata to update.UpdateCheck.setRepository
(RemoteRepository repository) Sets the repository from which a potential update/download will performed.Method parameters in org.eclipse.aether.impl with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepositoryManager.aggregateRepositories
(RepositorySystemSession session, List<RemoteRepository> dominantRepositories, List<RemoteRepository> recessiveRepositories, boolean recessiveIsRaw) Aggregates repository definitions by merging duplicate repositories and optionally applies mirror, proxy and authentication settings from the supplied session. -
Uses of RemoteRepository in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return RemoteRepositoryModifier and TypeMethodDescriptionDefaultRepositorySystem.newDeploymentRepository
(RepositorySystemSession session, RemoteRepository repository) Methods in org.eclipse.aether.internal.impl that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionDefaultRemoteRepositoryManager.aggregateRepositories
(RepositorySystemSession session, List<RemoteRepository> dominantRepositories, List<RemoteRepository> recessiveRepositories, boolean recessiveIsRaw) DefaultRepositorySystem.newResolutionRepositories
(RepositorySystemSession session, List<RemoteRepository> repositories) Methods in org.eclipse.aether.internal.impl with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionvoid
DefaultOfflineController.checkOffline
(RepositorySystemSession session, RemoteRepository repository) static void
Utils.checkOffline
(RepositorySystemSession session, OfflineController offlineController, RemoteRepository repository) LocalPathPrefixComposer.getPathPrefixForRemoteArtifact
(Artifact artifact, RemoteRepository repository) Gets the path prefix for an artifact cached from a remote repository.LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport.getPathPrefixForRemoteArtifact
(Artifact artifact, RemoteRepository repository) LocalPathPrefixComposer.getPathPrefixForRemoteMetadata
(Metadata metadata, RemoteRepository repository) Gets the path prefix for metadata cached from a remote repository.LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport.getPathPrefixForRemoteMetadata
(Metadata metadata, RemoteRepository repository) DefaultRemoteRepositoryManager.getPolicy
(RepositorySystemSession session, RemoteRepository repository, boolean releases, boolean snapshots) static int
Utils.getPolicy
(RepositorySystemSession session, Artifact artifact, RemoteRepository repository) static int
Utils.getPolicy
(RepositorySystemSession session, Metadata metadata, RemoteRepository repository) DefaultChecksumPolicyProvider.newChecksumPolicy
(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, String policy) DefaultRepositorySystem.newDeploymentRepository
(RepositorySystemSession session, RemoteRepository repository) Maven2RepositoryLayoutFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) DefaultRepositoryConnectorProvider.newRepositoryConnector
(RepositorySystemSession session, RemoteRepository repository) DefaultRepositoryLayoutProvider.newRepositoryLayout
(RepositorySystemSession session, RemoteRepository repository) DefaultTransporterProvider.newTransporter
(RepositorySystemSession session, RemoteRepository repository) Method parameters in org.eclipse.aether.internal.impl with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionDefaultRemoteRepositoryManager.aggregateRepositories
(RepositorySystemSession session, List<RemoteRepository> dominantRepositories, List<RemoteRepository> recessiveRepositories, boolean recessiveIsRaw) DefaultRepositorySystem.newResolutionRepositories
(RepositorySystemSession session, List<RemoteRepository> repositories) -
Uses of RemoteRepository in org.eclipse.aether.internal.impl.checksum
Methods in org.eclipse.aether.internal.impl.checksum with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionTrustedToProvidedChecksumsSourceAdapter.getProvidedArtifactChecksums
(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository repository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) -
Uses of RemoteRepository in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionprotected static List
<RemoteRepository> DependencyCollectorDelegate.getRemoteRepositories
(ArtifactRepository repository, List<RemoteRepository> repositories) DefaultVersionFilterContext.getRepositories()
Method parameters in org.eclipse.aether.internal.impl.collect with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionprotected static ArtifactDescriptorRequest
DependencyCollectorDelegate.createArtifactDescriptorRequest
(String requestContext, RequestTrace requestTrace, List<RemoteRepository> repositories, Dependency d) protected static VersionRangeRequest
DependencyCollectorDelegate.createVersionRangeRequest
(String requestContext, RequestTrace requestTrace, List<RemoteRepository> repositories, Dependency dependency) protected abstract void
DependencyCollectorDelegate.doCollectDependencies
(RepositorySystemSession session, RequestTrace trace, DataPool pool, DefaultDependencyCollectionContext context, DefaultVersionFilterContext versionContext, CollectRequest request, DependencyNode node, List<RemoteRepository> repositories, List<Dependency> dependencies, List<Dependency> managedDependencies, DependencyCollectorDelegate.Results results) protected static List
<RemoteRepository> DependencyCollectorDelegate.getRemoteRepositories
(ArtifactRepository repository, List<RemoteRepository> repositories) DataPool.toKey
(Artifact artifact, List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter) -
Uses of RemoteRepository in org.eclipse.aether.internal.impl.collect.bf
Method parameters in org.eclipse.aether.internal.impl.collect.bf with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionprotected void
BfDependencyCollector.doCollectDependencies
(RepositorySystemSession session, RequestTrace trace, DataPool pool, DefaultDependencyCollectionContext context, DefaultVersionFilterContext versionContext, CollectRequest request, DependencyNode node, List<RemoteRepository> repositories, List<Dependency> dependencies, List<Dependency> managedDependencies, DependencyCollectorDelegate.Results results) -
Uses of RemoteRepository in org.eclipse.aether.internal.impl.collect.df
Method parameters in org.eclipse.aether.internal.impl.collect.df with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionprotected void
DfDependencyCollector.doCollectDependencies
(RepositorySystemSession session, RequestTrace trace, DataPool pool, DefaultDependencyCollectionContext context, DefaultVersionFilterContext versionContext, CollectRequest request, DependencyNode node, List<RemoteRepository> repositories, List<Dependency> dependencies, List<Dependency> managedDependencies, DependencyCollectorDelegate.Results results) -
Uses of RemoteRepository in org.eclipse.aether.internal.impl.filter
Constructors in org.eclipse.aether.internal.impl.filter with parameters of type RemoteRepositoryModifierConstructorDescriptionFilteringRepositoryConnector
(RemoteRepository remoteRepository, RepositoryConnector delegate, RemoteRepositoryFilter remoteRepositoryFilter) -
Uses of RemoteRepository in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionTestLocalRepositoryManager.getPathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) TestLocalRepositoryManager.getPathForRemoteMetadata
(Metadata metadata, RemoteRepository repository, String context) -
Uses of RemoteRepository in org.eclipse.aether.internal.test.util.http
Methods in org.eclipse.aether.internal.test.util.http that return RemoteRepository -
Uses of RemoteRepository in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepository.Builder.build()
Builds a new remote repository from the current values of this builder.MirrorSelector.getMirror
(RemoteRepository repository) Selects a mirror for the specified repository.AuthenticationContext.getRepository()
Gets the repository requiring authentication.AuthenticationDigest.getRepository()
Gets the repository requiring authentication.LocalArtifactRegistration.getRepository()
Gets the remote repository from which the artifact was resolved.LocalArtifactResult.getRepository()
Gets the (first) remote repository from which the artifact was cached (if any).LocalMetadataRegistration.getRepository()
Gets the remote repository from which the metadata was resolved.LocalMetadataRequest.getRepository()
Gets the remote repository to use as source of the metadata.Methods in org.eclipse.aether.repository that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepository.getMirroredRepositories()
Gets the repositories that this repository serves as a mirror for.LocalArtifactRequest.getRepositories()
Gets the remote repositories to consider as sources of the artifact.Methods in org.eclipse.aether.repository with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepository.Builder.addMirroredRepository
(RemoteRepository mirroredRepository) Adds the specified repository to the list of repositories being mirrored by the repository.static AuthenticationContext
AuthenticationContext.forProxy
(RepositorySystemSession session, RemoteRepository repository) Gets an authentication context for the proxy of the specified repository.static String
AuthenticationDigest.forProxy
(RepositorySystemSession session, RemoteRepository repository) Gets the fingerprint for the authentication of the specified repository's proxy.static AuthenticationContext
AuthenticationContext.forRepository
(RepositorySystemSession session, RemoteRepository repository) Gets an authentication context for the specified repository.static String
AuthenticationDigest.forRepository
(RepositorySystemSession session, RemoteRepository repository) Gets the fingerprint for the authentication of the specified repository.default Path
LocalRepositoryManager.getAbsolutePathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) Gets the absolute path for an artifact cached from a remote repository.default Path
LocalRepositoryManager.getAbsolutePathForRemoteMetadata
(Metadata metadata, RemoteRepository repository, String context) Gets the absolute path for metadata cached from a remote repository.AuthenticationSelector.getAuthentication
(RemoteRepository repository) Selects authentication for the specified remote repository.MirrorSelector.getMirror
(RemoteRepository repository) Selects a mirror for the specified repository.LocalRepositoryManager.getPathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) Deprecated.LocalRepositoryManager.getPathForRemoteMetadata
(Metadata metadata, RemoteRepository repository, String context) ProxySelector.getProxy
(RemoteRepository repository) Selects a proxy for the specified remote repository.LocalArtifactRegistration.setRepository
(RemoteRepository repository) Sets the remote repository from which the artifact was resolved.LocalArtifactResult.setRepository
(RemoteRepository repository) Sets the (first) remote repository from which the artifact was cached.LocalMetadataRegistration.setRepository
(RemoteRepository repository) Sets the remote repository from which the metadata was resolved.LocalMetadataRequest.setRepository
(RemoteRepository repository) Sets the remote repository to use as sources of the metadata.Method parameters in org.eclipse.aether.repository with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepository.Builder.setMirroredRepositories
(List<RemoteRepository> mirroredRepositories) Sets the repositories being mirrored by the repository.LocalArtifactRequest.setRepositories
(List<RemoteRepository> repositories) Sets the remote repositories to consider as sources of the artifact.Constructors in org.eclipse.aether.repository with parameters of type RemoteRepositoryModifierConstructorDescriptionBuilder
(RemoteRepository prototype) Creates a new repository builder which uses the specified remote repository as a prototype for the new one.LocalArtifactRegistration
(Artifact artifact, RemoteRepository repository, Collection<String> contexts) Creates a registration request for the specified artifact.LocalMetadataRegistration
(Metadata metadata, RemoteRepository repository, Collection<String> contexts) Creates a registration request for the specified metadata.LocalMetadataRequest
(Metadata metadata, RemoteRepository repository, String context) Creates a query with the specified properties.Constructor parameters in org.eclipse.aether.repository with type arguments of type RemoteRepositoryModifierConstructorDescriptionLocalArtifactRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a query with the specified properties. -
Uses of RemoteRepository in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return RemoteRepositoryModifier and TypeMethodDescriptionMetadataRequest.getRepository()
Gets the repository from which the metadata should be resolved.ResolutionErrorPolicyRequest.getRepository()
Gets the remote repository from which the resolution of the artifact/metadata is attempted.Methods in org.eclipse.aether.resolution that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionArtifactDescriptorRequest.getRepositories()
Gets the repositories to resolve the descriptor from.ArtifactDescriptorResult.getRepositories()
Gets the remote repositories listed in the artifact descriptor.ArtifactRequest.getRepositories()
Gets the repositories to resolve the artifact from.VersionRangeRequest.getRepositories()
Gets the repositories to resolve the version range from.VersionRequest.getRepositories()
Gets the repositories to resolve the version from.Methods in org.eclipse.aether.resolution with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionArtifactDescriptorRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution of the artifact descriptor.ArtifactDescriptorResult.addRepository
(RemoteRepository repository) Adds the specified remote repository.ArtifactRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution.VersionRangeRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution.VersionRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution.MetadataRequest.setRepository
(RemoteRepository repository) Sets the repository from which the metadata should be resolved.ResolutionErrorPolicyRequest.setRepository
(RemoteRepository repository) Sets the remote repository from which the resolution of the artifact/metadata is attempted.Method parameters in org.eclipse.aether.resolution with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionArtifactDescriptorRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the descriptor from.ArtifactDescriptorResult.setRepositories
(List<RemoteRepository> repositories) Sets the remote repositories listed in the artifact descriptor.ArtifactRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the artifact from.VersionRangeRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the version range from.VersionRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the version from.Constructors in org.eclipse.aether.resolution with parameters of type RemoteRepositoryModifierConstructorDescriptionMetadataRequest
(Metadata metadata, RemoteRepository repository, String context) Creates a request with the specified properties.ResolutionErrorPolicyRequest
(T item, RemoteRepository repository) Creates a request for the specified artifact/metadata and remote repository.Constructor parameters in org.eclipse.aether.resolution with type arguments of type RemoteRepositoryModifierConstructorDescriptionArtifactDescriptorRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties.ArtifactRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties.VersionRangeRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties.VersionRequest
(Artifact artifact, List<RemoteRepository> repositories, String context) Creates a request with the specified properties. -
Uses of RemoteRepository in org.eclipse.aether.spi.checksums
Methods in org.eclipse.aether.spi.checksums with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionProvidedChecksumsSource.getProvidedArtifactChecksums
(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository remoteRepository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) May return the provided checksums (for given artifact transfer) from source other than remote repository, ornull
if it have no checksums available for given transfer. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector
Methods in org.eclipse.aether.spi.connector that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionArtifactDownload.getRepositories()
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.MetadataDownload.getRepositories()
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.Methods in org.eclipse.aether.spi.connector with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionRepositoryConnectorFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create a repository connector for the specified remote repository.Method parameters in org.eclipse.aether.spi.connector with type arguments of type RemoteRepositoryModifier and TypeMethodDescriptionArtifactDownload.setRepositories
(List<RemoteRepository> repositories) Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.MetadataDownload.setRepositories
(List<RemoteRepository> repositories) Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector.checksum
Methods in org.eclipse.aether.spi.connector.checksum with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionChecksumPolicyProvider.newChecksumPolicy
(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, String policy) Retrieves the checksum policy with the specified identifier for use on the given remote resource. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector.filter
Methods in org.eclipse.aether.spi.connector.filter with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepositoryFilter.acceptArtifact
(RemoteRepository remoteRepository, Artifact artifact) Decides should artifact be accepted from given remote repository.RemoteRepositoryFilter.acceptMetadata
(RemoteRepository remoteRepository, Metadata metadata) Decides should metadata be accepted from given remote repository. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionRepositoryLayoutFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create a repository layout for the specified remote repository.RepositoryLayoutProvider.newRepositoryLayout
(RepositorySystemSession session, RemoteRepository repository) Tries to retrieve a repository layout for the specified remote repository. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector.transport
Methods in org.eclipse.aether.spi.connector.transport with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create a transporter for the specified remote repository.TransporterProvider.newTransporter
(RepositorySystemSession session, RemoteRepository repository) Tries to create a transporter for the specified remote repository. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector.transport.http
Methods in org.eclipse.aether.spi.connector.transport.http with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionHttpTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create HTTP transporter for the specified remote repository. -
Uses of RemoteRepository in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer that return RemoteRepositoryModifier and TypeMethodDescriptionArtifactTransferException.getRepository()
Gets the remote repository involved in the transfer.MetadataTransferException.getRepository()
Gets the remote repository involved in the transfer.NoRepositoryConnectorException.getRepository()
Gets the remote repository whose content type is not supported.NoRepositoryLayoutException.getRepository()
Gets the remote repository whose layout is not supported.NoTransporterException.getRepository()
Gets the remote repository whose transport protocol is not supported.RepositoryOfflineException.getRepository()
Gets the remote repository that could not be accessed due to offline mode.Constructors in org.eclipse.aether.transfer with parameters of type RemoteRepositoryModifierConstructorDescriptionArtifactFilteredOutException
(Artifact artifact, RemoteRepository repository, String message) Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository) Creates a new exception with the specified artifact and repository.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository, String message) Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository, String message, boolean fromCache) Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException
(Artifact artifact, RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, String message) Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, String message, boolean fromCache) Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException
(Artifact artifact, RemoteRepository repository, Throwable cause) Creates a new exception with the specified artifact, repository and cause.MetadataNotFoundException
(Metadata metadata, RemoteRepository repository) Creates a new exception with the specified metadata and repository.MetadataNotFoundException
(Metadata metadata, RemoteRepository repository, String message) Creates a new exception with the specified metadata, repository and detail message.MetadataNotFoundException
(Metadata metadata, RemoteRepository repository, String message, boolean fromCache) Creates a new exception with the specified metadata, repository and detail message.MetadataNotFoundException
(Metadata metadata, RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified metadata, repository, detail message and cause.MetadataTransferException
(Metadata metadata, RemoteRepository repository, String message) Creates a new exception with the specified metadata, repository and detail message.MetadataTransferException
(Metadata metadata, RemoteRepository repository, String message, boolean fromCache) Creates a new exception with the specified metadata, repository and detail message.MetadataTransferException
(Metadata metadata, RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified metadata, repository, detail message and cause.MetadataTransferException
(Metadata metadata, RemoteRepository repository, Throwable cause) Creates a new exception with the specified metadata, repository and cause.NoRepositoryConnectorException
(RemoteRepository repository) Creates a new exception with the specified repository.NoRepositoryConnectorException
(RemoteRepository repository, String message) Creates a new exception with the specified repository and detail message.NoRepositoryConnectorException
(RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified repository, detail message and cause.NoRepositoryConnectorException
(RemoteRepository repository, Throwable cause) Creates a new exception with the specified repository and cause.NoRepositoryLayoutException
(RemoteRepository repository) Creates a new exception with the specified repository.NoRepositoryLayoutException
(RemoteRepository repository, String message) Creates a new exception with the specified repository and detail message.NoRepositoryLayoutException
(RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified repository, detail message and cause.NoRepositoryLayoutException
(RemoteRepository repository, Throwable cause) Creates a new exception with the specified repository and cause.NoTransporterException
(RemoteRepository repository) Creates a new exception with the specified repository.NoTransporterException
(RemoteRepository repository, String message) Creates a new exception with the specified repository and detail message.NoTransporterException
(RemoteRepository repository, String message, Throwable cause) Creates a new exception with the specified repository, detail message and cause.NoTransporterException
(RemoteRepository repository, Throwable cause) Creates a new exception with the specified repository and cause.RepositoryOfflineException
(RemoteRepository repository) Creates a new exception with the specified repository.RepositoryOfflineException
(RemoteRepository repository, String message) Creates a new exception with the specified repository and detail message. -
Uses of RemoteRepository in org.eclipse.aether.transport.apache
Methods in org.eclipse.aether.transport.apache with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionApacheTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.transport.classpath
Methods in org.eclipse.aether.transport.classpath with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionClasspathTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.transport.file
Methods in org.eclipse.aether.transport.file with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionFileTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.transport.jdk
Methods in org.eclipse.aether.transport.jdk with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionJdkTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.transport.jetty
Methods in org.eclipse.aether.transport.jetty with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionJettyTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.transport.minio
Methods in org.eclipse.aether.transport.minio with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionObjectNameMapperFactory.create
(RepositorySystemSession session, RemoteRepository repository, io.minio.MinioClient minioClient, Map<String, String> extraHeaders) Creates a factory for mapping artifact layout path ontoObjectName
.MinioTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.transport.minio.internal
Methods in org.eclipse.aether.transport.minio.internal with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionFixedBucketObjectNameMapperFactory.create
(RepositorySystemSession session, RemoteRepository repository, io.minio.MinioClient unused, Map<String, String> headers) RepositoryIdObjectNameMapperFactory.create
(RepositorySystemSession session, RemoteRepository repository, io.minio.MinioClient unused, Map<String, String> headers) -
Uses of RemoteRepository in org.eclipse.aether.transport.wagon
Methods in org.eclipse.aether.transport.wagon with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionWagonTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return RemoteRepositoryMethods in org.eclipse.aether.util.repository with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionChainedLocalRepositoryManager.getAbsolutePathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) ChainedLocalRepositoryManager.getAbsolutePathForRemoteMetadata
(Metadata metadata, RemoteRepository repository, String context) ConservativeAuthenticationSelector.getAuthentication
(RemoteRepository repository) DefaultAuthenticationSelector.getAuthentication
(RemoteRepository repository) DefaultMirrorSelector.getMirror
(RemoteRepository repository) ChainedLocalRepositoryManager.getPathForRemoteArtifact
(Artifact artifact, RemoteRepository repository, String context) ChainedLocalRepositoryManager.getPathForRemoteMetadata
(Metadata metadata, RemoteRepository repository, String context) ConservativeProxySelector.getProxy
(RemoteRepository repository) DefaultProxySelector.getProxy
(RemoteRepository repository) JreProxySelector.getProxy
(RemoteRepository repository)
LocalRepositoryManager.getAbsolutePathForRemoteArtifact(Artifact, RemoteRepository, String)