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

Packages that use Profile
org.apache.maven.profiles   
 

Uses of Profile in org.apache.maven.profiles
 

Methods in org.apache.maven.profiles that return types with arguments of type Profile
 List<Profile> ProfilesRoot.getProfiles()
          Method getProfiles.
 

Methods in org.apache.maven.profiles with parameters of type Profile
 void ProfilesRoot.addProfile(Profile profile)
          Method addProfile.
static Profile ProfilesConversionUtils.convertFromProfileXmlProfile(Profile profileXmlProfile)
          Deprecated.  
 void ProfilesRoot.removeProfile(Profile profile)
          Method removeProfile.
 

Method parameters in org.apache.maven.profiles with type arguments of type Profile
 void ProfilesRoot.setProfiles(List<Profile> profiles)
          Set configuration of build profiles for adjusting the build according to environmental parameters.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.