Uses of Class
org.apache.maven.profiles.ProfilesRoot
Packages that use ProfilesRoot
-
Uses of ProfilesRoot in org.apache.maven.profiles.io.xpp3
Methods in org.apache.maven.profiles.io.xpp3 that return ProfilesRootModifier and TypeMethodDescriptionprivate ProfilesRoot
ProfilesXpp3Reader.parseProfilesRoot
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseProfilesRoot.ProfilesXpp3Reader.read
(InputStream in) Method read.ProfilesXpp3Reader.read
(InputStream in, boolean strict) Method read.ProfilesXpp3Reader.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 ProfilesRootModifier and TypeMethodDescriptionvoid
ProfilesXpp3Writer.write
(OutputStream stream, ProfilesRoot profilesRoot) Method write.void
ProfilesXpp3Writer.write
(Writer writer, ProfilesRoot profilesRoot) Method write.private void
ProfilesXpp3Writer.writeProfilesRoot
(ProfilesRoot profilesRoot, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeProfilesRoot.