Uses of Class
org.sonatype.aether.repository.RemoteRepository

Packages that use RemoteRepository
org.sonatype.aether.collection   
org.sonatype.aether.deployment   
org.sonatype.aether.graph   
org.sonatype.aether.repository   
org.sonatype.aether.resolution   
org.sonatype.aether.transfer   
 

Uses of RemoteRepository in org.sonatype.aether.collection
 

Methods in org.sonatype.aether.collection that return types with arguments of type RemoteRepository
 List<RemoteRepository> CollectRequest.getRepositories()
          Gets the repositories to use for the collection.
 

Methods in org.sonatype.aether.collection with parameters of type RemoteRepository
 CollectRequest CollectRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for collection.
 

Method parameters in org.sonatype.aether.collection with type arguments of type RemoteRepository
 CollectRequest CollectRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the repositories to use for the collection.
 

Constructor parameters in org.sonatype.aether.collection with type arguments of type RemoteRepository
CollectRequest(Dependency root, List<Dependency> dependencies, List<RemoteRepository> repositories)
          Creates a new request with the specified properties.
CollectRequest(Dependency root, List<RemoteRepository> repositories)
          Creates a request with the specified properties.
CollectRequest(List<Dependency> dependencies, List<Dependency> managedDependencies, List<RemoteRepository> repositories)
          Creates a new request with the specified properties.
 

Uses of RemoteRepository in org.sonatype.aether.deployment
 

Methods in org.sonatype.aether.deployment that return RemoteRepository
 RemoteRepository DeployRequest.getRepository()
          Gets the repository to deploy to.
 

Methods in org.sonatype.aether.deployment with parameters of type RemoteRepository
 DeployRequest DeployRequest.setRepository(RemoteRepository repository)
          Sets the repository to deploy to.
 

Uses of RemoteRepository in org.sonatype.aether.graph
 

Methods in org.sonatype.aether.graph that return types with arguments of type RemoteRepository
 List<RemoteRepository> DependencyNode.getRepositories()
          Gets the remote repositories from which this node's artifact shall be resolved.
 

Uses of RemoteRepository in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository that return RemoteRepository
 RemoteRepository MirrorSelector.getMirror(RemoteRepository repository)
          Selects a mirror for the specified repository.
 RemoteRepository LocalArtifactRegistration.getRepository()
          Gets the remote repository from which the artifact was resolved.
 RemoteRepository RemoteRepository.setAuthentication(Authentication authentication)
          Sets the authentication to use in order to access this repository.
 RemoteRepository RemoteRepository.setContentType(String type)
          Sets the type of this repository, e.g.
 RemoteRepository RemoteRepository.setId(String id)
          Sets the identifier of this repository.
 RemoteRepository RemoteRepository.setMirroredRepositories(List<RemoteRepository> mirroredRepositories)
          Sets the repositories being mirrored by this repository.
 RemoteRepository RemoteRepository.setPolicy(boolean snapshot, RepositoryPolicy policy)
          Sets the policy to apply for snapshot/release artifacts.
 RemoteRepository RemoteRepository.setProxy(Proxy proxy)
          Sets the proxy to use in order to access this repository.
 RemoteRepository RemoteRepository.setRepositoryManager(boolean repositoryManager)
          Marks this repository as a repository manager or not.
 RemoteRepository RemoteRepository.setUrl(String url)
          Sets the (base) URL of this repository.
 

Methods in org.sonatype.aether.repository that return types with arguments of type RemoteRepository
 List<RemoteRepository> RemoteRepository.getMirroredRepositories()
          Gets the repositories that this repository serves as a mirror for.
 List<RemoteRepository> LocalArtifactRequest.getRepositories()
          Gets the remote repositories to consider as sources of the artifact.
 

Methods in org.sonatype.aether.repository with parameters of type RemoteRepository
 Authentication AuthenticationSelector.getAuthentication(RemoteRepository repository)
          Selects authentication for the specified remote repository.
 RemoteRepository MirrorSelector.getMirror(RemoteRepository repository)
          Selects a mirror for the specified repository.
 String LocalRepositoryManager.getPathForRemoteArtifact(Artifact artifact, RemoteRepository repository, String context)
          Gets the relative path for an artifact cached from a remote repository.
 String LocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, String context)
          Gets the relative path for metadata cached from a remote repository.
 Proxy ProxySelector.getProxy(RemoteRepository repository)
          Selects a proxy for the specified remote repository.
 LocalArtifactRegistration LocalArtifactRegistration.setRepository(RemoteRepository repository)
          Sets the remote repository from which the artifact was resolved.
 

Method parameters in org.sonatype.aether.repository with type arguments of type RemoteRepository
 RemoteRepository RemoteRepository.setMirroredRepositories(List<RemoteRepository> mirroredRepositories)
          Sets the repositories being mirrored by this repository.
 LocalArtifactRequest LocalArtifactRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the remote repositories to consider as sources of the artifact.
 

Constructors in org.sonatype.aether.repository with parameters of type RemoteRepository
LocalArtifactRegistration(Artifact artifact, RemoteRepository repository, Collection<String> contexts)
          Creates a registration request for the specified (remotely resolved) artifact.
RemoteRepository(RemoteRepository repository)
          Creates a shallow copy of the specified repository.
 

Constructor parameters in org.sonatype.aether.repository with type arguments of type RemoteRepository
LocalArtifactRequest(Artifact artifact, List<RemoteRepository> repositories, String context)
          Creates a query with the specified properties.
 

Uses of RemoteRepository in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return RemoteRepository
 RemoteRepository MetadataRequest.getRepository()
          Gets the repository from which the metadata should be resolved.
 

Methods in org.sonatype.aether.resolution that return types with arguments of type RemoteRepository
 List<RemoteRepository> VersionRequest.getRepositories()
          Gets the repositories to resolve the version from.
 List<RemoteRepository> VersionRangeRequest.getRepositories()
          Gets the repositories to resolve the version range from.
 List<RemoteRepository> ArtifactRequest.getRepositories()
          Gets the repositories to resolve the version range from.
 List<RemoteRepository> ArtifactDescriptorResult.getRepositories()
          Gets the remote repositories listed in the artifact descriptor.
 List<RemoteRepository> ArtifactDescriptorRequest.getRepositories()
          Gets the repositories to resolve the descriptor from.
 

Methods in org.sonatype.aether.resolution with parameters of type RemoteRepository
 VersionRequest VersionRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for the resolution.
 VersionRangeRequest VersionRangeRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for the resolution.
 ArtifactRequest ArtifactRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for the resolution.
 ArtifactDescriptorResult ArtifactDescriptorResult.addRepository(RemoteRepository repository)
          Adds the specified remote repository.
 ArtifactDescriptorRequest ArtifactDescriptorRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for the resolution of the artifact descriptor.
 MetadataRequest MetadataRequest.setRepository(RemoteRepository repository)
          Sets the repository from which the metadata should be resolved.
 

Method parameters in org.sonatype.aether.resolution with type arguments of type RemoteRepository
 VersionRequest VersionRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the repositories to resolve the version from.
 VersionRangeRequest VersionRangeRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the repositories to resolve the version range from.
 ArtifactRequest ArtifactRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the repositories to resolve the artifact from.
 ArtifactDescriptorResult ArtifactDescriptorResult.setRepositories(List<RemoteRepository> repositories)
          Sets the remote repositories listed in the artifact descriptor.
 ArtifactDescriptorRequest ArtifactDescriptorRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the repositories to resolve the descriptor from.
 

Constructors in org.sonatype.aether.resolution with parameters of type RemoteRepository
MetadataRequest(Metadata metadata, RemoteRepository repository, String context)
          Creates a request with the specified properties.
 

Constructor parameters in org.sonatype.aether.resolution with type arguments of type RemoteRepository
ArtifactDescriptorRequest(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.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that return RemoteRepository
 RemoteRepository NoRepositoryConnectorException.getRepository()
           
 RemoteRepository MetadataTransferException.getRepository()
           
 RemoteRepository ArtifactTransferException.getRepository()
           
 

Constructors in org.sonatype.aether.transfer with parameters of type RemoteRepository
ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)
           
ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message)
           
ArtifactTransferException(Artifact artifact, RemoteRepository repository, String message)
           
ArtifactTransferException(Artifact artifact, RemoteRepository repository, Throwable cause)
           
MetadataNotFoundException(Metadata metadata, RemoteRepository repository)
           
MetadataNotFoundException(Metadata metadata, RemoteRepository repository, String message)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, String message)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, Throwable cause)
           
NoRepositoryConnectorException(RemoteRepository repository)
           
NoRepositoryConnectorException(RemoteRepository repository, String message)
           
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.