Uses of Class
org.apache.maven.settings.RepositoryPolicy
-
Packages that use RepositoryPolicy Package Description org.apache.maven.settings -
-
Uses of RepositoryPolicy in org.apache.maven.settings
Methods in org.apache.maven.settings that return RepositoryPolicy Modifier and Type Method Description RepositoryPolicy
RepositoryPolicy. clone()
Method clone.RepositoryPolicy
Repository. getReleases()
Get how to handle downloading of releases from this repository.RepositoryPolicy
Repository. getSnapshots()
Get how to handle downloading of snapshots from this repository.Methods in org.apache.maven.settings with parameters of type RepositoryPolicy Modifier and Type Method Description void
Repository. setReleases(RepositoryPolicy releases)
Set how to handle downloading of releases from this repository.void
Repository. setSnapshots(RepositoryPolicy snapshots)
Set how to handle downloading of snapshots from this repository.
-