Uses of Class
org.apache.maven.scm.providers.gitlib.settings.Settings

Packages that use Settings
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
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
 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)
           
 

Methods in org.apache.maven.scm.providers.gitlib.settings.io.xpp3 with parameters of type Settings
 void GitXpp3Writer.write(Writer writer, Settings settings)
          Method write.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.