Uses of Interface
org.apache.maven.artifact.repository.RepositoryRequest
Package
Description
-
Uses of RepositoryRequest in org.apache.maven.artifact.repository
Modifier and TypeClassDescriptionclass
Collects basic settings to access the repository system.Modifier and TypeMethodDescriptionstatic RepositoryRequest
DefaultRepositoryRequest.getRepositoryRequest
(MavenSession session, MavenProject project) RepositoryRequest.setForceUpdate
(boolean forceUpdate) Enables/disabled forced checks for updated artifacts/metadata on remote repositories.RepositoryRequest.setLocalRepository
(ArtifactRepository localRepository) Sets the local repository to use.RepositoryRequest.setOffline
(boolean offline) Enables/disables network access to remote repositories.RepositoryRequest.setRemoteRepositories
(List<ArtifactRepository> remoteRepositories) Sets the remote repositories to use.Modifier and TypeMethodDescriptionRepositoryCache.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.ModifierConstructorDescriptionDefaultRepositoryRequest
(RepositoryRequest repositoryRequest) Creates a shallow copy of the specified repository request. -
Uses of RepositoryRequest in org.apache.maven.artifact.repository.metadata
Modifier and TypeMethodDescriptionvoid
RepositoryMetadataManager.resolve
(RepositoryMetadata repositoryMetadata, RepositoryRequest repositoryRequest) -
Uses of RepositoryRequest in org.apache.maven.artifact.resolver
Modifier and TypeClassDescriptionclass
A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version) to process a POMs dependencies. -
Uses of RepositoryRequest in org.apache.maven.repository.legacy.metadata
Modifier and TypeInterfaceDescriptioninterface
Forms a request to retrieve artifact metadata.Modifier and TypeClassDescriptionclass
Forms a request to retrieve artifact metadata.ModifierConstructorDescriptionDefaultMetadataResolutionRequest
(RepositoryRequest repositoryRequest)