Uses of Interface
org.apache.maven.artifact.repository.RepositoryRequest
-
-
Uses of RepositoryRequest in org.apache.maven.artifact.repository
Classes in org.apache.maven.artifact.repository that implement RepositoryRequest Modifier and Type Class Description classDefaultRepositoryRequestCollects basic settings to access the repository system.Methods in org.apache.maven.artifact.repository that return RepositoryRequest Modifier and Type Method Description static RepositoryRequestDefaultRepositoryRequest. getRepositoryRequest(MavenSession session, MavenProject project)RepositoryRequestRepositoryRequest. setForceUpdate(boolean forceUpdate)Enables/disabled forced checks for updated artifacts/metadata on remote repositories.RepositoryRequestRepositoryRequest. setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)Sets the local repository to use.RepositoryRequestRepositoryRequest. setOffline(boolean offline)Enables/disables network access to remote repositories.RepositoryRequestRepositoryRequest. setRemoteRepositories(java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)Sets the remote repositories to use.Methods in org.apache.maven.artifact.repository with parameters of type RepositoryRequest Modifier and Type Method Description java.lang.ObjectRepositoryCache. get(RepositoryRequest request, java.lang.Object key)Deprecated.Gets the specified data from the cache.voidRepositoryCache. put(RepositoryRequest request, java.lang.Object key, java.lang.Object data)Deprecated.Puts the specified data into the cache.Constructors in org.apache.maven.artifact.repository with parameters of type RepositoryRequest Constructor Description DefaultRepositoryRequest(RepositoryRequest repositoryRequest)Creates a shallow copy of the specified repository request. -
Uses of RepositoryRequest in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata with parameters of type RepositoryRequest Modifier and Type Method Description voidRepositoryMetadataManager. resolve(RepositoryMetadata repositoryMetadata, RepositoryRequest repositoryRequest) -
Uses of RepositoryRequest in org.apache.maven.artifact.resolver
Classes in org.apache.maven.artifact.resolver that implement RepositoryRequest Modifier and Type Class Description classArtifactResolutionRequestA resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version) to process a POMs dependencies.Constructors in org.apache.maven.artifact.resolver with parameters of type RepositoryRequest Constructor Description ArtifactResolutionRequest(RepositoryRequest request) -
Uses of RepositoryRequest in org.apache.maven.repository.legacy.metadata
Subinterfaces of RepositoryRequest in org.apache.maven.repository.legacy.metadata Modifier and Type Interface Description interfaceMetadataResolutionRequestForms a request to retrieve artifact metadata.Classes in org.apache.maven.repository.legacy.metadata that implement RepositoryRequest Modifier and Type Class Description classDefaultMetadataResolutionRequestForms a request to retrieve artifact metadata.Constructors in org.apache.maven.repository.legacy.metadata with parameters of type RepositoryRequest Constructor Description DefaultMetadataResolutionRequest(RepositoryRequest repositoryRequest)
-