Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
Settings |
Settings.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsXpp3Reader.read(InputStream in)
Method read.
|
Settings |
SettingsXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
Settings |
SettingsXpp3Reader.read(Reader reader) |
Settings |
SettingsXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
SettingsXpp3Writer.write(OutputStream stream,
Settings settings)
Method write.
|
void |
SettingsXpp3Writer.write(Writer writer,
Settings settings)
Method write.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.