| Package | Description |
|---|---|
| org.apache.maven.profiles | |
| org.apache.maven.profiles.io.xpp3 |
| Modifier and Type | Method | Description |
|---|---|---|
ProfilesRoot |
DefaultMavenProfilesBuilder.buildProfiles(java.io.File basedir) |
|
ProfilesRoot |
MavenProfilesBuilder.buildProfiles(java.io.File basedir) |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
ProfilesXpp3Writer.write(java.io.OutputStream stream,
ProfilesRoot profilesRoot) |
Method write.
|
void |
ProfilesXpp3Writer.write(java.io.Writer writer,
ProfilesRoot profilesRoot) |
Method write.
|