| Package | Description |
|---|---|
| org.apache.maven.scm.provider.svn.util | |
| org.apache.maven.scm.providers.svn.settings.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
static Settings |
SvnUtil.getSettings() |
static Settings |
SvnUtil.readSettings() |
| Modifier and Type | Method and Description |
|---|---|
Settings |
SvnXpp3Reader.read(InputStream in)
Method read.
|
Settings |
SvnXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
Settings |
SvnXpp3Reader.read(Reader reader) |
Settings |
SvnXpp3Reader.read(Reader reader,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnXpp3Writer.write(OutputStream stream,
Settings settings)
Method write.
|
void |
SvnXpp3Writer.write(Writer writer,
Settings settings)
Method write.
|
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.