| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultRepositoryRequest
Collects basic settings to access the repository system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RepositoryRequest | 
DefaultRepositoryRequest.getRepositoryRequest(MavenSession session,
                    MavenProject project)  | 
RepositoryRequest | 
RepositoryRequest.setForceUpdate(boolean forceUpdate)
Enables/disabled forced checks for updated artifacts/metadata on remote repositories. 
 | 
RepositoryRequest | 
RepositoryRequest.setLocalRepository(ArtifactRepository localRepository)
Sets the local repository to use. 
 | 
RepositoryRequest | 
RepositoryRequest.setOffline(boolean offline)
Enables/disables network access to remote repositories. 
 | 
RepositoryRequest | 
RepositoryRequest.setRemoteRepositories(List<ArtifactRepository> remoteRepositories)
Sets the remote repositories to use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
RepositoryCache.get(RepositoryRequest request,
   Object key)
Deprecated.  
Gets the specified data from the cache. 
 | 
void | 
RepositoryCache.put(RepositoryRequest request,
   Object key,
   Object data)
Deprecated.  
Puts the specified data into the cache. 
 | 
| Constructor and Description | 
|---|
DefaultRepositoryRequest(RepositoryRequest repositoryRequest)
Creates a shallow copy of the specified repository request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultRepositoryMetadataManager.resolve(RepositoryMetadata metadata,
       RepositoryRequest request)  | 
void | 
RepositoryMetadataManager.resolve(RepositoryMetadata repositoryMetadata,
       RepositoryRequest repositoryRequest)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArtifactResolutionRequest
A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version)
 to process a POMs dependencies. 
 | 
| Constructor and Description | 
|---|
ArtifactResolutionRequest(RepositoryRequest request)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MetadataResolutionRequest
Forms a request to retrieve artifact metadata. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultMetadataResolutionRequest
Forms a request to retrieve artifact metadata. 
 | 
| Constructor and Description | 
|---|
DefaultMetadataResolutionRequest(RepositoryRequest repositoryRequest)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
AbstractVersionTransformation.resolveVersion(Artifact artifact,
              RepositoryRequest request)  | 
void | 
SnapshotTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
ReleaseArtifactTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
LatestArtifactTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
DefaultArtifactTransformationManager.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
ArtifactTransformationManager.transformForResolve(Artifact artifact,
                   RepositoryRequest request)
Take in a artifact and return the transformed artifact for locating in the remote repository. 
 | 
void | 
ArtifactTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)
Take in a artifact and return the transformed artifact for locating in the remote repository. 
 | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.