Uses of Class
org.apache.maven.profiles.ProfilesRoot
-
Packages that use ProfilesRoot Package Description 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 Modifier and Type Method Description ProfilesRootDefaultMavenProfilesBuilder. buildProfiles(java.io.File basedir)Deprecated.ProfilesRootMavenProfilesBuilder. buildProfiles(java.io.File basedir)Deprecated. -
Uses of ProfilesRoot in org.apache.maven.profiles.io.xpp3
Methods in org.apache.maven.profiles.io.xpp3 that return ProfilesRoot Modifier and Type Method Description ProfilesRootProfilesXpp3Reader. read(java.io.InputStream in)Method read.ProfilesRootProfilesXpp3Reader. read(java.io.InputStream in, boolean strict)Method read.ProfilesRootProfilesXpp3Reader. read(java.io.Reader reader)ProfilesRootProfilesXpp3Reader. read(java.io.Reader reader, boolean strict)ProfilesRootProfilesXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method read.Methods in org.apache.maven.profiles.io.xpp3 with parameters of type ProfilesRoot Modifier and Type Method Description voidProfilesXpp3Writer. write(java.io.OutputStream stream, ProfilesRoot profilesRoot)Method write.voidProfilesXpp3Writer. write(java.io.Writer writer, ProfilesRoot profilesRoot)Method write.
-