| Package | Description |
|---|---|
| org.apache.maven.settings | |
| org.apache.maven.settings.io.xpp3 |
| Modifier and Type | Method | Description |
|---|---|---|
Settings |
Settings.clone() |
Method clone.
|
| Modifier and Type | Method | Description |
|---|---|---|
Settings |
SettingsXpp3Reader.read(java.io.InputStream in) |
Method read.
|
Settings |
SettingsXpp3Reader.read(java.io.InputStream in,
boolean strict) |
Method read.
|
Settings |
SettingsXpp3Reader.read(java.io.Reader reader) |
|
Settings |
SettingsXpp3Reader.read(java.io.Reader reader,
boolean strict) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SettingsXpp3Writer.write(java.io.OutputStream stream,
Settings settings) |
Method write.
|
void |
SettingsXpp3Writer.write(java.io.Writer writer,
Settings settings) |
Method write.
|