org.apache.maven.scm
Class ScmBranch

java.lang.Object
  extended by org.apache.maven.scm.AbstractScmVersion
      extended by org.apache.maven.scm.ScmBranch
All Implemented Interfaces:
Serializable, ScmVersion
Direct Known Subclasses:
ScmTag

public class ScmBranch
extends AbstractScmVersion

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

Constructor Summary
ScmBranch(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

ScmBranch

public ScmBranch(String name)
Parameters:
name - the branch name
Method Detail

getType

public String getType()

Returns:
the Version type like branch


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