Package org.apache.maven.scm
Class ScmRevision
- java.lang.Object
-
- org.apache.maven.scm.AbstractScmVersion
-
- org.apache.maven.scm.ScmRevision
-
- All Implemented Interfaces:
Serializable
,ScmVersion
public class ScmRevision extends AbstractScmVersion
- Author:
- Emmanuel Venisse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScmRevision(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
Methods inherited from class org.apache.maven.scm.AbstractScmVersion
getName, setName, toString
-
-
-
-
Constructor Detail
-
ScmRevision
public ScmRevision(String name)
-
-