Uses of Class
org.apache.maven.profiles.RepositoryPolicy
-
Packages that use RepositoryPolicy Package Description org.apache.maven.profiles org.apache.maven.profiles.io.xpp3 -
-
Uses of RepositoryPolicy in org.apache.maven.profiles
Fields in org.apache.maven.profiles declared as RepositoryPolicy Modifier and Type Field Description private RepositoryPolicy
Repository. releases
How to handle downloading of releases from this repository.private RepositoryPolicy
Repository. snapshots
How to handle downloading of snapshots from this repository.Methods in org.apache.maven.profiles that return RepositoryPolicy Modifier and Type Method Description 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.profiles with parameters of type RepositoryPolicy Modifier and Type Method Description private static RepositoryPolicy
ProfilesConversionUtils. convertRepositoryPolicy(RepositoryPolicy profileXmlRepo)
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. -
Uses of RepositoryPolicy in org.apache.maven.profiles.io.xpp3
Methods in org.apache.maven.profiles.io.xpp3 that return RepositoryPolicy Modifier and Type Method Description private RepositoryPolicy
ProfilesXpp3Reader. parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseRepositoryPolicy.Methods in org.apache.maven.profiles.io.xpp3 with parameters of type RepositoryPolicy Modifier and Type Method Description private void
ProfilesXpp3Writer. writeRepositoryPolicy(RepositoryPolicy repositoryPolicy, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepositoryPolicy.
-