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