| Package | Description |
|---|---|
| org.apache.maven.profiles | |
| org.apache.maven.profiles.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
ProfilesRoot |
MavenProfilesBuilder.buildProfiles(java.io.File basedir) |
ProfilesRoot |
DefaultMavenProfilesBuilder.buildProfiles(java.io.File basedir) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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.
|