Uses of Class
org.eclipse.aether.repository.RemoteRepository
-
Packages that use RemoteRepository Package Description org.eclipse.aether The primary API of theRepositorySystemand 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.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.org.eclipse.aether.deployment The types supporting the publishing of artifacts to a remote repository.org.eclipse.aether.graph The representation of a dependency graph by means of connected dependency nodes.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.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.connector The contract to access artifacts/metadata in remote repositories.org.eclipse.aether.spi.connector.checksum The support infrastructure for repository connectors to apply checksum policies when validating the integrity of downloaded files.org.eclipse.aether.spi.connector.layout The contract to locate URI-based resources using custom repository layouts.org.eclipse.aether.spi.connector.transport The contract to download/upload URI-based resources using custom transport protocols.org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.org.eclipse.aether.transport.wagon Support for downloads/uploads using Apache Maven Wagon.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
Uses of RemoteRepository in org.eclipse.aether
Methods in org.eclipse.aether that return RemoteRepository Modifier and Type Method Description RemoteRepositoryDefaultRepositorySystemSession.NullMirrorSelector. getMirror(RemoteRepository repository)RemoteRepositoryRepositorySystem. 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 RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>RepositorySystem. newResolutionRepositories(RepositorySystemSession session, java.util.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 RemoteRepository Modifier and Type Method Description AuthenticationDefaultRepositorySystemSession.NullAuthenticationSelector. getAuthentication(RemoteRepository repository)RemoteRepositoryDefaultRepositorySystemSession.NullMirrorSelector. getMirror(RemoteRepository repository)ProxyDefaultRepositorySystemSession.NullProxySelector. getProxy(RemoteRepository repository)RemoteRepositoryRepositorySystem. 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 RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>RepositorySystem. newResolutionRepositories(RepositorySystemSession session, java.util.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
Fields in org.eclipse.aether.collection with type parameters of type RemoteRepository Modifier and Type Field Description private java.util.List<RemoteRepository>CollectRequest. repositoriesMethods in org.eclipse.aether.collection that return types with arguments of type RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>CollectRequest. getRepositories()Gets the repositories to use for the collection.java.util.List<RemoteRepository>VersionFilter.VersionFilterContext. getRepositories()Gets the remote repositories from which the versions were resolved.Methods in org.eclipse.aether.collection with parameters of type RemoteRepository Modifier and Type Method Description CollectRequestCollectRequest. addRepository(RemoteRepository repository)Adds the specified repository for collection.Method parameters in org.eclipse.aether.collection with type arguments of type RemoteRepository Modifier and Type Method Description CollectRequestCollectRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to use for the collection.Constructor parameters in org.eclipse.aether.collection with type arguments of type RemoteRepository Constructor Description CollectRequest(Dependency root, java.util.List<RemoteRepository> repositories)Creates a request with the specified properties. -
Uses of RemoteRepository in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic declared as RemoteRepository Modifier and Type Field Description private RemoteRepositoryArtifactTransportListener. repositoryprivate RemoteRepositoryBasicRepositoryConnector. repositoryprivate RemoteRepositoryMetadataTransportListener. repositoryMethods in org.eclipse.aether.connector.basic with parameters of type RemoteRepository Modifier and Type Method Description RepositoryConnectorBasicRepositoryConnectorFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Constructors in org.eclipse.aether.connector.basic with parameters of type RemoteRepository Constructor Description ArtifactTransportListener(ArtifactTransfer transfer, RemoteRepository repository, TransferEvent.Builder eventBuilder)BasicRepositoryConnector(RepositorySystemSession session, RemoteRepository repository, TransporterProvider transporterProvider, RepositoryLayoutProvider layoutProvider, ChecksumPolicyProvider checksumPolicyProvider, FileProcessor fileProcessor)MetadataTransportListener(MetadataTransfer transfer, RemoteRepository repository, TransferEvent.Builder eventBuilder) -
Uses of RemoteRepository in org.eclipse.aether.deployment
Fields in org.eclipse.aether.deployment declared as RemoteRepository Modifier and Type Field Description private RemoteRepositoryDeployRequest. repositoryMethods in org.eclipse.aether.deployment that return RemoteRepository Modifier and Type Method Description RemoteRepositoryDeployRequest. getRepository()Gets the repository to deploy to.Methods in org.eclipse.aether.deployment with parameters of type RemoteRepository Modifier and Type Method Description DeployRequestDeployRequest. setRepository(RemoteRepository repository)Sets the repository to deploy to. -
Uses of RemoteRepository in org.eclipse.aether.graph
Fields in org.eclipse.aether.graph with type parameters of type RemoteRepository Modifier and Type Field Description private java.util.List<RemoteRepository>DefaultDependencyNode. repositoriesMethods in org.eclipse.aether.graph that return types with arguments of type RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>DefaultDependencyNode. getRepositories()java.util.List<RemoteRepository>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 RemoteRepository Modifier and Type Method Description voidDefaultDependencyNode. setRepositories(java.util.List<RemoteRepository> repositories)Sets the remote repositories from which this node's artifact shall be resolved. -
Uses of RemoteRepository in org.eclipse.aether.impl
Fields in org.eclipse.aether.impl declared as RemoteRepository Modifier and Type Field Description private RemoteRepositoryUpdateCheck. authoritativeRepositoryprivate RemoteRepositoryUpdateCheck. repositoryMethods in org.eclipse.aether.impl that return RemoteRepository Modifier and Type Method Description RemoteRepositoryUpdateCheck. getAuthoritativeRepository()Gets the repository which ultimately hosts the metadata to update.RemoteRepositoryUpdateCheck. 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 RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>RemoteRepositoryManager. aggregateRepositories(RepositorySystemSession session, java.util.List<RemoteRepository> dominantRepositories, java.util.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 RemoteRepository Modifier and Type Method Description voidOfflineController. checkOffline(RepositorySystemSession session, RemoteRepository repository)Determines whether the specified repository is accessible if the system was in offline mode.RepositoryPolicyRemoteRepositoryManager. 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.RepositoryConnectorRepositoryConnectorProvider. newRepositoryConnector(RepositorySystemSession session, RemoteRepository repository)Tries to create a repository connector for the specified remote repository.UpdateCheck<T,E>UpdateCheck. setAuthoritativeRepository(RemoteRepository authoritativeRepository)Sets the repository which ultimately hosts the metadata to update.UpdateCheck<T,E>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 RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>RemoteRepositoryManager. aggregateRepositories(RepositorySystemSession session, java.util.List<RemoteRepository> dominantRepositories, java.util.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
Fields in org.eclipse.aether.internal.impl declared as RemoteRepository Modifier and Type Field Description (package private) RemoteRepositoryDefaultArtifactResolver.ResolutionGroup. repository(package private) RemoteRepositoryDefaultArtifactResolver.ResolutionItem. repositoryprivate RemoteRepositoryDefaultDeployer.EventCatapult. repositoryMethods in org.eclipse.aether.internal.impl that return RemoteRepository Modifier and Type Method Description private RemoteRepositoryDefaultRemoteRepositoryManager. mergeMirrors(RepositorySystemSession session, RemoteRepository dominant, RemoteRepository recessive)RemoteRepositoryDefaultRepositorySystem. newDeploymentRepository(RepositorySystemSession session, RemoteRepository repository)Methods in org.eclipse.aether.internal.impl that return types with arguments of type RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>DefaultRemoteRepositoryManager. aggregateRepositories(RepositorySystemSession session, java.util.List<RemoteRepository> dominantRepositories, java.util.List<RemoteRepository> recessiveRepositories, boolean recessiveIsRaw)private java.util.List<RemoteRepository>DefaultMetadataResolver. getEnabledSourceRepositories(RemoteRepository repository, Metadata.Nature nature)java.util.List<RemoteRepository>DefaultRepositorySystem. newResolutionRepositories(RepositorySystemSession session, java.util.List<RemoteRepository> repositories)Methods in org.eclipse.aether.internal.impl with parameters of type RemoteRepository Modifier and Type Method Description private voidDefaultArtifactResolver. artifactDownloaded(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository, java.lang.Exception exception)private voidDefaultArtifactResolver. artifactDownloading(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository)voidDefaultOfflineController. checkOffline(RepositorySystemSession session, RemoteRepository repository)static voidUtils. checkOffline(RepositorySystemSession session, OfflineController offlineController, RemoteRepository repository)private java.lang.StringDefaultUpdateCheckManager. getDataKey(Artifact artifact, java.io.File artifactFile, RemoteRepository repository)private java.lang.StringDefaultUpdateCheckManager. getDataKey(Metadata metadata, java.io.File metadataFile, RemoteRepository repository)private java.util.List<RemoteRepository>DefaultMetadataResolver. getEnabledSourceRepositories(RemoteRepository repository, Metadata.Nature nature)private java.lang.StringDefaultRemoteRepositoryManager. getKey(RemoteRepository repository)java.lang.StringSimpleLocalRepositoryManager. getPathForRemoteArtifact(Artifact artifact, RemoteRepository repository, java.lang.String context)java.lang.StringSimpleLocalRepositoryManager. getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)private RepositoryPolicyDefaultDeployer. getPolicy(RepositorySystemSession session, RemoteRepository repository, Metadata.Nature nature)private RepositoryPolicyDefaultMetadataResolver. getPolicy(RepositorySystemSession session, RemoteRepository repository, Metadata.Nature nature)RepositoryPolicyDefaultRemoteRepositoryManager. getPolicy(RepositorySystemSession session, RemoteRepository repository, boolean releases, boolean snapshots)static intUtils. getPolicy(RepositorySystemSession session, Artifact artifact, RemoteRepository repository)static intUtils. getPolicy(RepositorySystemSession session, Metadata metadata, RemoteRepository repository)private java.lang.StringDefaultUpdateCheckManager. getRepoKey(RepositorySystemSession session, RemoteRepository repository)(package private) java.lang.StringSimpleLocalRepositoryManager. getRepositoryKey(RemoteRepository repository, java.lang.String context)private java.util.Collection<java.lang.String>EnhancedLocalRepositoryManager. getRepositoryKeys(RemoteRepository repository, java.util.Collection<java.lang.String> contexts)private java.lang.StringDefaultUpdateCheckManager. getTransferKey(RepositorySystemSession session, Artifact artifact, java.io.File artifactFile, RemoteRepository repository)private java.lang.StringDefaultUpdateCheckManager. getTransferKey(RepositorySystemSession session, Metadata metadata, java.io.File metadataFile, RemoteRepository repository)private java.lang.StringDefaultUpdateCheckManager. getUpdateKey(RepositorySystemSession session, java.io.File file, RemoteRepository repository)private booleanDefaultMetadataResolver. isEnabled(RemoteRepository repository, Metadata.Nature nature)private booleanDefaultOfflineController. isOfflineHost(RepositorySystemSession session, RemoteRepository repository)private booleanDefaultOfflineController. isOfflineProtocol(RepositorySystemSession session, RemoteRepository repository)private voidDefaultRemoteRepositoryManager. logMirror(RepositorySystemSession session, RemoteRepository original, RemoteRepository mirror)(package private) booleanDefaultArtifactResolver.ResolutionGroup. matches(RemoteRepository repo)private RemoteRepositoryDefaultRemoteRepositoryManager. mergeMirrors(RepositorySystemSession session, RemoteRepository dominant, RemoteRepository recessive)ChecksumPolicyDefaultChecksumPolicyProvider. newChecksumPolicy(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, java.lang.String policy)RemoteRepositoryDefaultRepositorySystem. newDeploymentRepository(RepositorySystemSession session, RemoteRepository repository)private ArtifactTransferExceptionDefaultUpdateCheckManager. newException(java.lang.String error, Artifact artifact, RemoteRepository repository)private MetadataTransferExceptionDefaultUpdateCheckManager. newException(java.lang.String error, Metadata metadata, RemoteRepository repository)RepositoryLayoutMaven2RepositoryLayoutFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)RepositoryConnectorDefaultRepositoryConnectorProvider. newRepositoryConnector(RepositorySystemSession session, RemoteRepository repository)RepositoryLayoutDefaultRepositoryLayoutProvider. newRepositoryLayout(RepositorySystemSession session, RemoteRepository repository)TransporterDefaultTransporterProvider. newTransporter(RepositorySystemSession session, RemoteRepository repository)private voidDefaultDeployer. upload(java.util.Collection<MetadataUpload> metadataUploads, RepositorySystemSession session, Metadata metadata, RemoteRepository repository, RepositoryConnector connector, DefaultDeployer.EventCatapult catapult)Method parameters in org.eclipse.aether.internal.impl with type arguments of type RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>DefaultRemoteRepositoryManager. aggregateRepositories(RepositorySystemSession session, java.util.List<RemoteRepository> dominantRepositories, java.util.List<RemoteRepository> recessiveRepositories, boolean recessiveIsRaw)java.util.List<RemoteRepository>DefaultRepositorySystem. newResolutionRepositories(RepositorySystemSession session, java.util.List<RemoteRepository> repositories)Constructors in org.eclipse.aether.internal.impl with parameters of type RemoteRepository Constructor Description EventCatapult(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher)LoggedMirror(RemoteRepository original, RemoteRepository mirror)ResolutionGroup(RemoteRepository repository)ResolutionItem(RequestTrace trace, Artifact artifact, java.util.concurrent.atomic.AtomicBoolean resolved, ArtifactResult result, LocalArtifactResult local, RemoteRepository repository) -
Uses of RemoteRepository in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect with type parameters of type RemoteRepository Modifier and Type Field Description private java.util.List<RemoteRepository>DataPool.ConstraintKey. repositories(package private) java.util.List<RemoteRepository>DataPool.GoodDescriptor. repositoriesprivate java.util.List<RemoteRepository>DataPool.GraphKey. repositoriesMethods in org.eclipse.aether.internal.impl.collect that return types with arguments of type RemoteRepository Modifier and Type Method Description private static java.util.List<RemoteRepository>DefaultDependencyCollector. getRemoteRepositories(ArtifactRepository repository, java.util.List<RemoteRepository> repositories)java.util.List<RemoteRepository>DefaultVersionFilterContext. getRepositories()Method parameters in org.eclipse.aether.internal.impl.collect with type arguments of type RemoteRepository Modifier and Type Method Description private static ArtifactDescriptorRequestDefaultDependencyCollector. createArtifactDescriptorRequest(DefaultDependencyCollector.Args args, java.util.List<RemoteRepository> repositories, Dependency d)private static VersionRangeRequestDefaultDependencyCollector. createVersionRangeRequest(DefaultDependencyCollector.Args args, java.util.List<RemoteRepository> repositories, Dependency dependency)private voidDefaultDependencyCollector. doRecurse(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency d, ArtifactDescriptorResult descriptorResult, DefaultDependencyNode child)private static booleanDataPool.ConstraintKey. equals(java.util.List<RemoteRepository> repos1, java.util.List<RemoteRepository> repos2)private static java.util.List<RemoteRepository>DefaultDependencyCollector. getRemoteRepositories(ArtifactRepository repository, java.util.List<RemoteRepository> repositories)private voidDefaultDependencyCollector. processDependency(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency dependency)private voidDefaultDependencyCollector. processDependency(DefaultDependencyCollector.Args args, DefaultDependencyCollector.Results results, java.util.List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency dependency, java.util.List<Artifact> relocations, boolean disableVersionManagement)java.lang.ObjectDataPool. toKey(Artifact artifact, java.util.List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter)Constructor parameters in org.eclipse.aether.internal.impl.collect with type arguments of type RemoteRepository Constructor Description GraphKey(Artifact artifact, java.util.List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter) -
Uses of RemoteRepository in org.eclipse.aether.internal.test.util
Fields in org.eclipse.aether.internal.test.util with type parameters of type RemoteRepository Modifier and Type Field Description private java.util.List<RemoteRepository>ArtifactDescription. repositoriesMethods in org.eclipse.aether.internal.test.util that return types with arguments of type RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>ArtifactDescription. getRepositories()java.util.List<RemoteRepository>TestVersionFilterContext. getRepositories()private java.util.List<RemoteRepository>IniArtifactDataReader. repositories(java.util.List<java.lang.String> list)Methods in org.eclipse.aether.internal.test.util with parameters of type RemoteRepository Modifier and Type Method Description java.lang.StringTestLocalRepositoryManager. getPathForRemoteArtifact(Artifact artifact, RemoteRepository repository, java.lang.String context)java.lang.StringTestLocalRepositoryManager. getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context) -
Uses of RemoteRepository in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as RemoteRepository Modifier and Type Field Description (package private) RemoteRepositoryRemoteRepository.Builder. prototypeprivate RemoteRepositoryAuthenticationContext. repositoryprivate RemoteRepositoryAuthenticationDigest. repositoryprivate RemoteRepositoryLocalArtifactRegistration. repositoryprivate RemoteRepositoryLocalArtifactResult. repositoryprivate RemoteRepositoryLocalMetadataRegistration. repositoryprivate RemoteRepositoryLocalMetadataRequest. repositoryFields in org.eclipse.aether.repository with type parameters of type RemoteRepository Modifier and Type Field Description (package private) java.util.List<RemoteRepository>RemoteRepository.Builder. mirroredRepositoriesprivate java.util.List<RemoteRepository>RemoteRepository. mirroredRepositoriesprivate java.util.List<RemoteRepository>LocalArtifactRequest. repositoriesMethods in org.eclipse.aether.repository that return RemoteRepository Modifier and Type Method Description RemoteRepositoryRemoteRepository.Builder. build()Builds a new remote repository from the current values of this builder.RemoteRepositoryMirrorSelector. getMirror(RemoteRepository repository)Selects a mirror for the specified repository.RemoteRepositoryAuthenticationContext. getRepository()Gets the repository requiring authentication.RemoteRepositoryAuthenticationDigest. getRepository()Gets the repository requiring authentication.RemoteRepositoryLocalArtifactRegistration. getRepository()Gets the remote repository from which the artifact was resolved.RemoteRepositoryLocalArtifactResult. getRepository()Gets the (first) remote repository from which the artifact was cached (if any).RemoteRepositoryLocalMetadataRegistration. getRepository()Gets the remote repository from which the metadata was resolved.RemoteRepositoryLocalMetadataRequest. 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 RemoteRepository Modifier and Type Method Description private static java.util.List<RemoteRepository>RemoteRepository. copy(java.util.List<RemoteRepository> repos)java.util.List<RemoteRepository>RemoteRepository. getMirroredRepositories()Gets the repositories that this repository serves as a mirror for.java.util.List<RemoteRepository>LocalArtifactRequest. getRepositories()Gets the remote repositories to consider as sources of the artifact.Methods in org.eclipse.aether.repository with parameters of type RemoteRepository Modifier and Type Method Description RemoteRepository.BuilderRemoteRepository.Builder. addMirroredRepository(RemoteRepository mirroredRepository)Adds the specified repository to the list of repositories being mirrored by the repository.static AuthenticationContextAuthenticationContext. forProxy(RepositorySystemSession session, RemoteRepository repository)Gets an authentication context for the proxy of the specified repository.static java.lang.StringAuthenticationDigest. forProxy(RepositorySystemSession session, RemoteRepository repository)Gets the fingerprint for the authentication of the specified repository's proxy.static AuthenticationContextAuthenticationContext. forRepository(RepositorySystemSession session, RemoteRepository repository)Gets an authentication context for the specified repository.static java.lang.StringAuthenticationDigest. forRepository(RepositorySystemSession session, RemoteRepository repository)Gets the fingerprint for the authentication of the specified repository.AuthenticationAuthenticationSelector. getAuthentication(RemoteRepository repository)Selects authentication for the specified remote repository.RemoteRepositoryMirrorSelector. getMirror(RemoteRepository repository)Selects a mirror for the specified repository.java.lang.StringLocalRepositoryManager. getPathForRemoteArtifact(Artifact artifact, RemoteRepository repository, java.lang.String context)Gets the relative path for an artifact cached from a remote repository.java.lang.StringLocalRepositoryManager. getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)Gets the relative path for metadata cached from a remote repository.ProxyProxySelector. getProxy(RemoteRepository repository)Selects a proxy for the specified remote repository.private static AuthenticationContextAuthenticationContext. newInstance(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth)LocalArtifactRegistrationLocalArtifactRegistration. setRepository(RemoteRepository repository)Sets the remote repository from which the artifact was resolved.LocalArtifactResultLocalArtifactResult. setRepository(RemoteRepository repository)Sets the (first) remote repository from which the artifact was cached.LocalMetadataRegistrationLocalMetadataRegistration. setRepository(RemoteRepository repository)Sets the remote repository from which the metadata was resolved.LocalMetadataRequestLocalMetadataRequest. 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 RemoteRepository Modifier and Type Method Description private static java.util.List<RemoteRepository>RemoteRepository. copy(java.util.List<RemoteRepository> repos)RemoteRepository.BuilderRemoteRepository.Builder. setMirroredRepositories(java.util.List<RemoteRepository> mirroredRepositories)Sets the repositories being mirrored by the repository.LocalArtifactRequestLocalArtifactRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the remote repositories to consider as sources of the artifact.Constructors in org.eclipse.aether.repository with parameters of type RemoteRepository Constructor Description AuthenticationContext(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth)AuthenticationDigest(RepositorySystemSession session, RemoteRepository repository, Proxy proxy)Builder(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, java.util.Collection<java.lang.String> contexts)Creates a registration request for the specified artifact.LocalMetadataRegistration(Metadata metadata, RemoteRepository repository, java.util.Collection<java.lang.String> contexts)Creates a registration request for the specified metadata.LocalMetadataRequest(Metadata metadata, RemoteRepository repository, java.lang.String context)Creates a query with the specified properties.Constructor parameters in org.eclipse.aether.repository with type arguments of type RemoteRepository Constructor Description LocalArtifactRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a query with the specified properties. -
Uses of RemoteRepository in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as RemoteRepository Modifier and Type Field Description private RemoteRepositoryMetadataRequest. repositoryprivate RemoteRepositoryResolutionErrorPolicyRequest. repositoryFields in org.eclipse.aether.resolution with type parameters of type RemoteRepository Modifier and Type Field Description private java.util.List<RemoteRepository>ArtifactDescriptorRequest. repositoriesprivate java.util.List<RemoteRepository>ArtifactDescriptorResult. repositoriesprivate java.util.List<RemoteRepository>ArtifactRequest. repositoriesprivate java.util.List<RemoteRepository>VersionRangeRequest. repositoriesprivate java.util.List<RemoteRepository>VersionRequest. repositoriesMethods in org.eclipse.aether.resolution that return RemoteRepository Modifier and Type Method Description RemoteRepositoryMetadataRequest. getRepository()Gets the repository from which the metadata should be resolved.RemoteRepositoryResolutionErrorPolicyRequest. 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 RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>ArtifactDescriptorRequest. getRepositories()Gets the repositories to resolve the descriptor from.java.util.List<RemoteRepository>ArtifactDescriptorResult. getRepositories()Gets the remote repositories listed in the artifact descriptor.java.util.List<RemoteRepository>ArtifactRequest. getRepositories()Gets the repositories to resolve the artifact from.java.util.List<RemoteRepository>VersionRangeRequest. getRepositories()Gets the repositories to resolve the version range from.java.util.List<RemoteRepository>VersionRequest. getRepositories()Gets the repositories to resolve the version from.Methods in org.eclipse.aether.resolution with parameters of type RemoteRepository Modifier and Type Method Description ArtifactDescriptorRequestArtifactDescriptorRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution of the artifact descriptor.ArtifactDescriptorResultArtifactDescriptorResult. addRepository(RemoteRepository repository)Adds the specified remote repository.ArtifactRequestArtifactRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution.VersionRangeRequestVersionRangeRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution.VersionRequestVersionRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution.MetadataRequestMetadataRequest. setRepository(RemoteRepository repository)Sets the repository from which the metadata should be resolved.ResolutionErrorPolicyRequest<T>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 RemoteRepository Modifier and Type Method Description ArtifactDescriptorRequestArtifactDescriptorRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the descriptor from.ArtifactDescriptorResultArtifactDescriptorResult. setRepositories(java.util.List<RemoteRepository> repositories)Sets the remote repositories listed in the artifact descriptor.ArtifactRequestArtifactRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the artifact from.VersionRangeRequestVersionRangeRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the version range from.VersionRequestVersionRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the version from.Constructors in org.eclipse.aether.resolution with parameters of type RemoteRepository Constructor Description MetadataRequest(Metadata metadata, RemoteRepository repository, java.lang.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 RemoteRepository Constructor Description ArtifactDescriptorRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties.ArtifactRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties.VersionRangeRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties.VersionRequest(Artifact artifact, java.util.List<RemoteRepository> repositories, java.lang.String context)Creates a request with the specified properties. -
Uses of RemoteRepository in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector with type parameters of type RemoteRepository Modifier and Type Field Description private java.util.List<RemoteRepository>ArtifactDownload. repositoriesprivate java.util.List<RemoteRepository>MetadataDownload. repositoriesMethods in org.eclipse.aether.spi.connector that return types with arguments of type RemoteRepository Modifier and Type Method Description java.util.List<RemoteRepository>ArtifactDownload. getRepositories()Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.java.util.List<RemoteRepository>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 RemoteRepository Modifier and Type Method Description RepositoryConnectorRepositoryConnectorFactory. 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 RemoteRepository Modifier and Type Method Description ArtifactDownloadArtifactDownload. setRepositories(java.util.List<RemoteRepository> repositories)Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.MetadataDownloadMetadataDownload. setRepositories(java.util.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 RemoteRepository Modifier and Type Method Description ChecksumPolicyChecksumPolicyProvider. newChecksumPolicy(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, java.lang.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.layout
Methods in org.eclipse.aether.spi.connector.layout with parameters of type RemoteRepository Modifier and Type Method Description RepositoryLayoutRepositoryLayoutFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Tries to create a repository layout for the specified remote repository.RepositoryLayoutRepositoryLayoutProvider. 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 RemoteRepository Modifier and Type Method Description TransporterTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Tries to create a transporter for the specified remote repository.TransporterTransporterProvider. newTransporter(RepositorySystemSession session, RemoteRepository repository)Tries to create a transporter for the specified remote repository. -
Uses of RemoteRepository in org.eclipse.aether.transfer
Fields in org.eclipse.aether.transfer declared as RemoteRepository Modifier and Type Field Description private RemoteRepositoryArtifactTransferException. repositoryprivate RemoteRepositoryMetadataTransferException. repositoryprivate RemoteRepositoryNoRepositoryConnectorException. repositoryprivate RemoteRepositoryNoRepositoryLayoutException. repositoryprivate RemoteRepositoryNoTransporterException. repositoryprivate RemoteRepositoryRepositoryOfflineException. repositoryMethods in org.eclipse.aether.transfer that return RemoteRepository Modifier and Type Method Description RemoteRepositoryArtifactTransferException. getRepository()Gets the remote repository involved in the transfer.RemoteRepositoryMetadataTransferException. getRepository()Gets the remote repository involved in the transfer.RemoteRepositoryNoRepositoryConnectorException. getRepository()Gets the remote repository whose content type is not supported.RemoteRepositoryNoRepositoryLayoutException. getRepository()Gets the remote repository whose layout is not supported.RemoteRepositoryNoTransporterException. getRepository()Gets the remote repository whose transport protocol is not supported.RemoteRepositoryRepositoryOfflineException. getRepository()Gets the remote repository that could not be accessed due to offline mode.Methods in org.eclipse.aether.transfer with parameters of type RemoteRepository Modifier and Type Method Description private static java.lang.StringArtifactNotFoundException. getMessage(Artifact artifact, RemoteRepository repository)private static java.lang.StringRepositoryOfflineException. getMessage(RemoteRepository repository)(package private) static java.lang.StringArtifactTransferException. getString(java.lang.String prefix, RemoteRepository repository)(package private) static java.lang.StringMetadataTransferException. getString(java.lang.String prefix, RemoteRepository repository)private static java.lang.StringNoRepositoryConnectorException. toMessage(RemoteRepository repository)private static java.lang.StringNoRepositoryLayoutException. toMessage(RemoteRepository repository)private static java.lang.StringNoTransporterException. toMessage(RemoteRepository repository)Constructors in org.eclipse.aether.transfer with parameters of type RemoteRepository Constructor Description ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)Creates a new exception with the specified artifact and repository.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified artifact, repository and detail message.ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified artifact, repository and detail message.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified artifact, repository, detail message and cause.ArtifactTransferException(Artifact artifact, RemoteRepository repository, java.lang.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, java.lang.String message)Creates a new exception with the specified metadata, repository and detail message.MetadataNotFoundException(Metadata metadata, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified metadata, repository and detail message.MetadataNotFoundException(Metadata metadata, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified metadata, repository, detail message and cause.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified metadata, repository and detail message.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified metadata, repository and detail message.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified metadata, repository, detail message and cause.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.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, java.lang.String message)Creates a new exception with the specified repository and detail message.NoRepositoryConnectorException(RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified repository, detail message and cause.NoRepositoryConnectorException(RemoteRepository repository, java.lang.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, java.lang.String message)Creates a new exception with the specified repository and detail message.NoRepositoryLayoutException(RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified repository, detail message and cause.NoRepositoryLayoutException(RemoteRepository repository, java.lang.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, java.lang.String message)Creates a new exception with the specified repository and detail message.NoTransporterException(RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified repository, detail message and cause.NoTransporterException(RemoteRepository repository, java.lang.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, java.lang.String message)Creates a new exception with the specified repository and detail message. -
Uses of RemoteRepository in org.eclipse.aether.transport.wagon
Fields in org.eclipse.aether.transport.wagon declared as RemoteRepository Modifier and Type Field Description private RemoteRepositoryWagonTransporter. repositoryMethods in org.eclipse.aether.transport.wagon with parameters of type RemoteRepository Modifier and Type Method Description private org.apache.maven.wagon.authentication.AuthenticationInfoWagonTransporter. getAuthenticationInfo(RemoteRepository repository, AuthenticationContext authContext)private org.apache.maven.wagon.proxy.ProxyInfoProviderWagonTransporter. getProxy(RemoteRepository repository, AuthenticationContext authContext)TransporterWagonTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Constructors in org.eclipse.aether.transport.wagon with parameters of type RemoteRepository Constructor Description WagonTransporter(WagonProvider wagonProvider, WagonConfigurator wagonConfigurator, RemoteRepository repository, RepositorySystemSession session) -
Uses of RemoteRepository in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return RemoteRepository Modifier and Type Method Description RemoteRepositoryDefaultMirrorSelector. getMirror(RemoteRepository repository)Methods in org.eclipse.aether.util.repository with parameters of type RemoteRepository Modifier and Type Method Description private DefaultMirrorSelector.MirrorDefDefaultMirrorSelector. findMirror(RemoteRepository repository)AuthenticationConservativeAuthenticationSelector. getAuthentication(RemoteRepository repository)AuthenticationDefaultAuthenticationSelector. getAuthentication(RemoteRepository repository)RemoteRepositoryDefaultMirrorSelector. getMirror(RemoteRepository repository)ProxyConservativeProxySelector. getProxy(RemoteRepository repository)ProxyDefaultProxySelector. getProxy(RemoteRepository repository)ProxyJreProxySelector. getProxy(RemoteRepository repository)(package private) static booleanDefaultMirrorSelector. isExternalRepo(RemoteRepository repository)Checks the URL to see if this repository refers to an external repository.(package private) static booleanDefaultMirrorSelector. matchPattern(RemoteRepository repository, java.lang.String pattern)This method checks if the pattern matches the originalRepository.
-