Package | Description |
---|---|
org.apache.maven.profiles | |
org.apache.maven.profiles.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
ProfilesRoot |
MavenProfilesBuilder.buildProfiles(File basedir)
Deprecated.
|
ProfilesRoot |
DefaultMavenProfilesBuilder.buildProfiles(File basedir)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProfilesRoot |
ProfilesXpp3Reader.read(InputStream in)
Method read.
|
ProfilesRoot |
ProfilesXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
ProfilesRoot |
ProfilesXpp3Reader.read(Reader reader) |
ProfilesRoot |
ProfilesXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
ProfilesXpp3Writer.write(OutputStream stream,
ProfilesRoot profilesRoot)
Method write.
|
void |
ProfilesXpp3Writer.write(Writer writer,
ProfilesRoot profilesRoot)
Method write.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.