Uses of Interface
org.apache.maven.artifact.repository.RepositoryRequest
Packages that use RepositoryRequest
-
Uses of RepositoryRequest in org.apache.maven.artifact.repository
Classes in org.apache.maven.artifact.repository that implement RepositoryRequestModifier and TypeClassDescriptionclassCollects basic settings to access the repository system.Methods in org.apache.maven.artifact.repository that return RepositoryRequestModifier and TypeMethodDescriptionstatic RepositoryRequestDefaultRepositoryRequest.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.Methods in org.apache.maven.artifact.repository with parameters of type RepositoryRequestModifier and TypeMethodDescriptionRepositoryCache.get(RepositoryRequest request, Object key) Deprecated.Gets the specified data from the cache.voidRepositoryCache.put(RepositoryRequest request, Object key, Object data) Deprecated.Puts the specified data into the cache.Constructors in org.apache.maven.artifact.repository with parameters of type RepositoryRequestModifierConstructorDescriptionDefaultRepositoryRequest(RepositoryRequest repositoryRequest) Creates a shallow copy of the specified repository request.