Uses of Class
org.eclipse.aether.repository.RepositoryPolicy
Packages that use RepositoryPolicy
Package
Description
The provisional interfaces defining the various subcomponents 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
Methods in org.eclipse.aether.impl that return RepositoryPolicyModifier 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
Methods in org.eclipse.aether.internal.impl that return RepositoryPolicyModifier and TypeMethodDescriptionDefaultRemoteRepositoryManager.getPolicy
(RepositorySystemSession session, RemoteRepository repository, boolean releases, boolean snapshots) -
Uses of RepositoryPolicy in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return RepositoryPolicyModifier and TypeMethodDescriptionRemoteRepository.getPolicy
(boolean snapshot) Gets the policy to apply for snapshot/release artifacts.Methods in org.eclipse.aether.repository with parameters of type RepositoryPolicyModifier 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.