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 private ProfilesRootProfilesXpp3Reader. parseProfilesRoot(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseProfilesRoot.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)private 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.private voidProfilesXpp3Writer. writeProfilesRoot(ProfilesRoot profilesRoot, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeProfilesRoot.
-