Package org.apache.maven.scm
Interface ScmVersion
-
- All Known Implementing Classes:
AbstractScmVersion
,ScmBranch
,ScmRevision
,ScmTag
public interface ScmVersion
- Author:
- Emmanuel Venisse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
String
getType()
void
setName(String name)
-