Uses of Class
org.eclipse.aether.repository.RepositoryPolicy
Package
Description
The provisional interfaces defining the various sub components that implement the repository system.
The various sub components that collectively implement the repository system.
The definition of various kinds of repositories that host artifacts.
-
Uses of RepositoryPolicy in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionRemoteRepositoryManager.getPolicy
(RepositorySystemSession session, RemoteRepository repository, boolean releases, boolean snapshots) Gets the effective repository policy for the specified remote repository by merging the applicable snapshot/release policy of the repository with global settings from the supplied session. -
Uses of RepositoryPolicy in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultRemoteRepositoryManager.getPolicy
(RepositorySystemSession session, RemoteRepository repository, boolean releases, boolean snapshots) -
Uses of RepositoryPolicy in org.eclipse.aether.repository
Modifier and TypeMethodDescriptionRemoteRepository.getPolicy
(boolean snapshot) Gets the policy to apply for snapshot/release artifacts.Modifier and TypeMethodDescriptionRemoteRepository.Builder.setPolicy
(RepositoryPolicy policy) Sets the policy to apply for snapshot and release artifacts.RemoteRepository.Builder.setReleasePolicy
(RepositoryPolicy releasePolicy) Sets the policy to apply for release artifacts.RemoteRepository.Builder.setSnapshotPolicy
(RepositoryPolicy snapshotPolicy) Sets the policy to apply for snapshot artifacts.