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

Packages that use ProfilesRoot
org.apache.maven.profiles   
org.apache.maven.profiles.io.xpp3   
 

Uses of ProfilesRoot in org.apache.maven.profiles
 

Methods in org.apache.maven.profiles that return ProfilesRoot
 ProfilesRoot MavenProfilesBuilder.buildProfiles(File basedir)
          Deprecated.  
 ProfilesRoot DefaultMavenProfilesBuilder.buildProfiles(File basedir)
          Deprecated.  
 

Uses of ProfilesRoot in org.apache.maven.profiles.io.xpp3
 

Methods in org.apache.maven.profiles.io.xpp3 that return ProfilesRoot
 ProfilesRoot ProfilesXpp3Reader.read(InputStream in)
          Method read.
 ProfilesRoot ProfilesXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 ProfilesRoot ProfilesXpp3Reader.read(Reader reader)
           
 ProfilesRoot ProfilesXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.profiles.io.xpp3 with parameters of type ProfilesRoot
 void ProfilesXpp3Writer.write(OutputStream stream, ProfilesRoot profilesRoot)
          Method write.
 void ProfilesXpp3Writer.write(Writer writer, ProfilesRoot profilesRoot)
          Method write.
 



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