Package | Description |
---|---|
org.apache.maven.scm.provider.vss.commands | |
org.apache.maven.scm.providers.vss.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private static Settings |
VssCommandLineUtils.settings |
Modifier and Type | Method and Description |
---|---|
static Settings |
VssCommandLineUtils.getSettings() |
static Settings |
VssCommandLineUtils.readSettings() |
Modifier and Type | Method and Description |
---|---|
private Settings |
VssXpp3Reader.parseSettings(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSettings.
|
Settings |
VssXpp3Reader.read(java.io.InputStream in)
Method read.
|
Settings |
VssXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
Settings |
VssXpp3Reader.read(java.io.Reader reader) |
Settings |
VssXpp3Reader.read(java.io.Reader reader,
boolean strict) |
private Settings |
VssXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method read.
|
Modifier and Type | Method and Description |
---|---|
void |
VssXpp3Writer.write(java.io.OutputStream stream,
Settings settings)
Method write.
|
void |
VssXpp3Writer.write(java.io.Writer writer,
Settings settings)
Method write.
|
private void |
VssXpp3Writer.writeSettings(Settings settings,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSettings.
|