Uses of Class
org.apache.maven.scm.providers.svn.settings.Settings
-
Packages that use Settings Package Description org.apache.maven.scm.provider.svn.util org.apache.maven.scm.providers.svn.settings.io.xpp3 -
-
Uses of Settings in org.apache.maven.scm.provider.svn.util
Methods in org.apache.maven.scm.provider.svn.util that return Settings Modifier and Type Method Description static Settings
SvnUtil. getSettings()
static Settings
SvnUtil. readSettings()
-
Uses of Settings in org.apache.maven.scm.providers.svn.settings.io.xpp3
Methods in org.apache.maven.scm.providers.svn.settings.io.xpp3 that return Settings Modifier and Type Method 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)
Settings
SvnXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method read.Methods in org.apache.maven.scm.providers.svn.settings.io.xpp3 with parameters of type Settings Modifier and Type Method Description void
SvnXpp3Writer. write(OutputStream stream, Settings settings)
Method write.void
SvnXpp3Writer. write(Writer writer, Settings settings)
Method write.
-