| Package | Description |
|---|---|
| org.apache.maven.profiles | |
| org.apache.maven.profiles.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
ProfilesRoot |
DefaultMavenProfilesBuilder.buildProfiles(java.io.File basedir)
Deprecated.
|
ProfilesRoot |
MavenProfilesBuilder.buildProfiles(java.io.File basedir)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private ProfilesRoot |
ProfilesXpp3Reader.parseProfilesRoot(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfilesRoot.
|
ProfilesRoot |
ProfilesXpp3Reader.read(java.io.InputStream in)
Method read.
|
ProfilesRoot |
ProfilesXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
ProfilesRoot |
ProfilesXpp3Reader.read(java.io.Reader reader) |
ProfilesRoot |
ProfilesXpp3Reader.read(java.io.Reader reader,
boolean strict) |
private ProfilesRoot |
ProfilesXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method read.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilesXpp3Writer.write(java.io.OutputStream stream,
ProfilesRoot profilesRoot)
Method write.
|
void |
ProfilesXpp3Writer.write(java.io.Writer writer,
ProfilesRoot profilesRoot)
Method write.
|
private void |
ProfilesXpp3Writer.writeProfilesRoot(ProfilesRoot profilesRoot,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfilesRoot.
|