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

Packages that use Settings
org.apache.maven.scm.provider.vss.commands   
org.apache.maven.scm.providers.vss.settings.io.xpp3   
 

Uses of Settings in org.apache.maven.scm.provider.vss.commands
 

Methods in org.apache.maven.scm.provider.vss.commands that return Settings
static Settings VssCommandLineUtils.getSettings()
           
static Settings VssCommandLineUtils.readSettings()
           
 

Uses of Settings in org.apache.maven.scm.providers.vss.settings.io.xpp3
 

Methods in org.apache.maven.scm.providers.vss.settings.io.xpp3 that return Settings
 Settings VssXpp3Reader.read(InputStream in)
          Method read.
 Settings VssXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 Settings VssXpp3Reader.read(Reader reader)
           
 Settings VssXpp3Reader.read(Reader reader, boolean strict)
           
 

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



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