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