Uses of Class
org.apache.maven.profiles.RepositoryPolicy

Packages that use RepositoryPolicy
org.apache.maven.profiles   
 

Uses of RepositoryPolicy in org.apache.maven.profiles
 

Methods in org.apache.maven.profiles that return RepositoryPolicy
 RepositoryPolicy Repository.getReleases()
          Get How to handle downloading of releases from this repositor
 RepositoryPolicy Repository.getSnapshots()
          Get How to handle downloading of snapshots from this repository
 

Methods in org.apache.maven.profiles with parameters of type RepositoryPolicy
 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
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.