public abstract class AbstractScmVersion extends Object implements ScmVersion, Serializable
Constructor and Description |
---|
AbstractScmVersion(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
setName(String name) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
public AbstractScmVersion(String name)
name
- could be nullpublic String getName()
getName
in interface ScmVersion
public void setName(String name)
setName
in interface ScmVersion
name
- new Version name could be nullCopyright © 2003–2024 The Apache Software Foundation. All rights reserved.