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

Packages that use Profile
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of Profile in org.apache.maven.model
 

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

Methods in org.apache.maven.model with parameters of type Profile
 void Model.addProfile(Profile profile)
          Method addProfile.
 void Model.removeProfile(Profile profile)
          Method removeProfile.
 

Method parameters in org.apache.maven.model with type arguments of type Profile
 void Model.setProfiles(List<Profile> profiles)
          Set a listing of project-local build profiles which will modify the build process when activated.
 

Uses of Profile in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type Profile
protected  void MavenJDOMWriter.updateProfile(Profile profile, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateProfile.
 



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