org.apache.maven.scm
Class ScmRevision

java.lang.Object
  extended by org.apache.maven.scm.AbstractScmVersion
      extended by org.apache.maven.scm.ScmRevision
All Implemented Interfaces:
Serializable, ScmVersion

public class ScmRevision
extends AbstractScmVersion

Version:
$Id: ScmRevision.java 774900 2009-05-14 19:53:16Z olamy $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
ScmRevision(String name)
           
 
Method Summary
 String getType()
          
 
Methods inherited from class org.apache.maven.scm.AbstractScmVersion
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScmRevision

public ScmRevision(String name)
Method Detail

getType

public String getType()

Returns:
the Version type like branch


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