Uses of Class
org.apache.maven.scm.providers.gitlib.settings.Settings
-
Packages that use Settings Package Description org.apache.maven.scm.provider.git.util org.apache.maven.scm.providers.gitlib.settings.io.xpp3 -
-
Uses of Settings in org.apache.maven.scm.provider.git.util
Methods in org.apache.maven.scm.provider.git.util that return Settings Modifier and Type Method Description static Settings
GitUtil. getSettings()
static Settings
GitUtil. readSettings()
-
Uses of Settings in org.apache.maven.scm.providers.gitlib.settings.io.xpp3
Methods in org.apache.maven.scm.providers.gitlib.settings.io.xpp3 that return Settings Modifier and Type Method Description Settings
GitXpp3Reader. read(InputStream in)
Method read.Settings
GitXpp3Reader. read(InputStream in, boolean strict)
Method read.Settings
GitXpp3Reader. read(Reader reader)
Settings
GitXpp3Reader. read(Reader reader, boolean strict)
Settings
GitXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method read.Methods in org.apache.maven.scm.providers.gitlib.settings.io.xpp3 with parameters of type Settings Modifier and Type Method Description void
GitXpp3Writer. write(OutputStream stream, Settings settings)
Method write.void
GitXpp3Writer. write(Writer writer, Settings settings)
Method write.
-