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 SettingsGitUtil. getSettings()static SettingsGitUtil. 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 SettingsGitXpp3Reader. read(InputStream in)Method read.SettingsGitXpp3Reader. read(InputStream in, boolean strict)Method read.SettingsGitXpp3Reader. read(Reader reader)SettingsGitXpp3Reader. read(Reader reader, boolean strict)SettingsGitXpp3Reader. 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 voidGitXpp3Writer. write(OutputStream stream, Settings settings)Method write.voidGitXpp3Writer. write(Writer writer, Settings settings)Method write.
-