Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
VersionFilter.VersionFilterContext.getRepositories()
Gets the remote repositories from which the versions were resolved.
|
List<RemoteRepository> |
CollectRequest.getRepositories()
Gets the repositories to use for the collection.
|
Modifier and Type | Method and Description |
---|---|
CollectRequest |
CollectRequest.addRepository(RemoteRepository repository)
Adds the specified repository for collection.
|
Modifier and Type | Method and Description |
---|---|
CollectRequest |
CollectRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to use for the collection.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
RepositoryConnector |
BasicRepositoryConnectorFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
DeployRequest.getRepository()
Gets the repository to deploy to.
|
Modifier and Type | Method and Description |
---|---|
DeployRequest |
DeployRequest.setRepository(RemoteRepository repository)
Sets the repository to deploy to.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
DefaultDependencyNode.getRepositories() |
List<RemoteRepository> |
DependencyNode.getRepositories()
Gets the remote repositories from which this node's artifact shall be resolved.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDependencyNode.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories from which this node's artifact shall be resolved.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
UpdateCheck.getAuthoritativeRepository()
Gets the repository which ultimately hosts the metadata to update.
|
RemoteRepository |
UpdateCheck.getRepository()
Gets the repository from which a potential update/download will performed.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
RemoteRepositoryManager.aggregateRepositories(RepositorySystemSession session,
List<RemoteRepository> dominantRepositories,
List<RemoteRepository> recessiveRepositories,
boolean recessiveIsRaw) |
Modifier and Type | Method and Description |
---|---|
void |
OfflineController.checkOffline(RepositorySystemSession session,
RemoteRepository repository)
Determines whether the specified repository is accessible according to the offline policy of the given session.
|
RepositoryPolicy |
RemoteRepositoryManager.getPolicy(RepositorySystemSession session,
RemoteRepository repository,
boolean releases,
boolean snapshots) |
RepositoryConnector |
RepositoryConnectorProvider.newRepositoryConnector(RepositorySystemSession session,
RemoteRepository 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.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
RemoteRepositoryManager.aggregateRepositories(RepositorySystemSession session,
List<RemoteRepository> dominantRepositories,
List<RemoteRepository> recessiveRepositories,
boolean recessiveIsRaw) |
List<RemoteRepository> |
RemoteRepositoryManager.aggregateRepositories(RepositorySystemSession session,
List<RemoteRepository> dominantRepositories,
List<RemoteRepository> recessiveRepositories,
boolean recessiveIsRaw) |
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
DefaultRemoteRepositoryManager.aggregateRepositories(RepositorySystemSession session,
List<RemoteRepository> dominantRepositories,
List<RemoteRepository> recessiveRepositories,
boolean recessiveIsRaw) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOfflineController.checkOffline(RepositorySystemSession session,
RemoteRepository repository) |
RepositoryPolicy |
DefaultRemoteRepositoryManager.getPolicy(RepositorySystemSession session,
RemoteRepository repository,
boolean releases,
boolean snapshots) |
RepositoryLayout |
Maven2RepositoryLayoutFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
RepositoryConnector |
DefaultRepositoryConnectorProvider.newRepositoryConnector(RepositorySystemSession session,
RemoteRepository repository) |
RepositoryLayout |
DefaultRepositoryLayoutProvider.newRepositoryLayout(RepositorySystemSession session,
RemoteRepository repository) |
Transporter |
DefaultTransporterProvider.newTransporter(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
DefaultRemoteRepositoryManager.aggregateRepositories(RepositorySystemSession session,
List<RemoteRepository> dominantRepositories,
List<RemoteRepository> recessiveRepositories,
boolean recessiveIsRaw) |
List<RemoteRepository> |
DefaultRemoteRepositoryManager.aggregateRepositories(RepositorySystemSession session,
List<RemoteRepository> dominantRepositories,
List<RemoteRepository> recessiveRepositories,
boolean recessiveIsRaw) |
static ArtifactRepository |
CacheUtils.getRepository(RepositorySystemSession session,
List<RemoteRepository> repositories,
Class<?> repoClass,
String repoId) |
static boolean |
CacheUtils.repositoriesEquals(List<RemoteRepository> r1,
List<RemoteRepository> r2) |
static boolean |
CacheUtils.repositoriesEquals(List<RemoteRepository> r1,
List<RemoteRepository> r2) |
static int |
CacheUtils.repositoriesHashCode(List<RemoteRepository> repositories) |
Modifier and Type | Method and Description |
---|---|
String |
TestLocalRepositoryManager.getPathForRemoteArtifact(Artifact artifact,
RemoteRepository repository,
String context) |
String |
TestLocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata,
RemoteRepository repository,
String context) |
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
RemoteRepository.Builder.build()
Builds a new remote repository from the current values of this builder.
|
RemoteRepository |
MirrorSelector.getMirror(RemoteRepository repository)
Selects a mirror for the specified repository.
|
RemoteRepository |
LocalMetadataRegistration.getRepository()
Gets the remote repository from which the metadata was resolved.
|
RemoteRepository |
LocalMetadataRequest.getRepository()
Gets the remote repository to use as source of the metadata.
|
RemoteRepository |
LocalArtifactRegistration.getRepository()
Gets the remote repository from which the artifact was resolved.
|
RemoteRepository |
AuthenticationContext.getRepository()
Gets the repository requiring authentication.
|
RemoteRepository |
AuthenticationDigest.getRepository()
Gets the repository requiring authentication.
|
RemoteRepository |
LocalArtifactResult.getRepository()
Gets the (first) remote repository from which the artifact was cached (if any).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository.Builder |
RemoteRepository.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.
|
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.
|
LocalMetadataRegistration |
LocalMetadataRegistration.setRepository(RemoteRepository repository)
Sets the remote repository from which the metadata was resolved.
|
LocalMetadataRequest |
LocalMetadataRequest.setRepository(RemoteRepository repository)
Sets the remote repository to use as sources of the metadata.
|
LocalArtifactRegistration |
LocalArtifactRegistration.setRepository(RemoteRepository repository)
Sets the remote repository from which the artifact was resolved.
|
LocalArtifactResult |
LocalArtifactResult.setRepository(RemoteRepository repository)
Sets the (first) remote repository from which the artifact was cached.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository.Builder |
RemoteRepository.Builder.setMirroredRepositories(List<RemoteRepository> mirroredRepositories)
Sets the repositories being mirrored by the repository.
|
LocalArtifactRequest |
LocalArtifactRequest.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories to consider as sources of the artifact.
|
Constructor and Description |
---|
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.
|
RemoteRepository.Builder(RemoteRepository prototype)
Creates a new repository builder which uses the specified remote repository as a prototype for the new one.
|
Constructor and Description |
---|
LocalArtifactRequest(Artifact artifact,
List<RemoteRepository> repositories,
String context)
Creates a query with the specified properties.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
MetadataRequest.getRepository()
Gets the repository from which the metadata should be resolved.
|
RemoteRepository |
ResolutionErrorPolicyRequest.getRepository()
Gets the remote repository from which the resolution of the artifact/metadata is attempted.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
VersionRequest.getRepositories()
Gets the repositories to resolve the version from.
|
List<RemoteRepository> |
ArtifactRequest.getRepositories()
Gets the repositories to resolve the artifact from.
|
List<RemoteRepository> |
ArtifactDescriptorResult.getRepositories()
Gets the remote repositories listed in the artifact descriptor.
|
List<RemoteRepository> |
VersionRangeRequest.getRepositories()
Gets the repositories to resolve the version range from.
|
List<RemoteRepository> |
ArtifactDescriptorRequest.getRepositories()
Gets the repositories to resolve the descriptor from.
|
Modifier and Type | Method and Description |
---|---|
VersionRequest |
VersionRequest.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.
|
VersionRangeRequest |
VersionRangeRequest.addRepository(RemoteRepository repository)
Adds the specified repository for the resolution.
|
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.
|
ResolutionErrorPolicyRequest<T> |
ResolutionErrorPolicyRequest.setRepository(RemoteRepository repository)
Sets the remote repository from which the resolution of the artifact/metadata is attempted.
|
Modifier and Type | Method and Description |
---|---|
VersionRequest |
VersionRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to resolve the version 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.
|
VersionRangeRequest |
VersionRangeRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to resolve the version range from.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to resolve the descriptor from.
|
Constructor and Description |
---|
MetadataRequest(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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
ArtifactDownload.getRepositories()
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
|
List<RemoteRepository> |
MetadataDownload.getRepositories()
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
|
Modifier and Type | Method and Description |
---|---|
RepositoryConnector |
RepositoryConnectorFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a repository connector for the specified remote repository.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDownload |
ArtifactDownload.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
|
MetadataDownload |
MetadataDownload.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
|
Modifier and Type | Method and Description |
---|---|
RepositoryLayout |
RepositoryLayoutFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a repository layout for the specified remote repository.
|
RepositoryLayout |
RepositoryLayoutProvider.newRepositoryLayout(RepositorySystemSession session,
RemoteRepository repository)
Tries to retrieve a repository layout for the specified remote repository.
|
Modifier and Type | Method and Description |
---|---|
Transporter |
TransporterFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a transporter for the specified remote repository.
|
Transporter |
TransporterProvider.newTransporter(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a transporter for the specified remote repository.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
NoTransporterException.getRepository() |
RemoteRepository |
MetadataTransferException.getRepository() |
RemoteRepository |
NoRepositoryLayoutException.getRepository() |
RemoteRepository |
RepositoryOfflineException.getRepository() |
RemoteRepository |
NoRepositoryConnectorException.getRepository() |
RemoteRepository |
ArtifactTransferException.getRepository() |
Modifier and Type | Method and Description |
---|---|
Transporter |
ClasspathTransporterFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
Transporter |
FileTransporterFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
Transporter |
HttpTransporterFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
Transporter |
WagonTransporterFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
DefaultMirrorSelector.getMirror(RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
Authentication |
ConservativeAuthenticationSelector.getAuthentication(RemoteRepository repository) |
Authentication |
DefaultAuthenticationSelector.getAuthentication(RemoteRepository repository) |
RemoteRepository |
DefaultMirrorSelector.getMirror(RemoteRepository repository) |
Proxy |
DefaultProxySelector.getProxy(RemoteRepository repository) |
Proxy |
ConservativeProxySelector.getProxy(RemoteRepository repository) |
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.