Uses of Class
org.apache.maven.model.Scm

Packages that use Scm
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of Scm in org.apache.maven.model
 

Methods in org.apache.maven.model that return Scm
 Scm Model.getScm()
          Get specification for the SCM used by the project, such as CVS, Subversion, etc.
 

Methods in org.apache.maven.model with parameters of type Scm
 void Model.setScm(Scm scm)
          Set specification for the SCM used by the project, such as CVS, Subversion, etc.
 

Uses of Scm in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type Scm
protected  void MavenJDOMWriter.updateScm(Scm scm, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateScm.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.