| Package | Description |
|---|---|
| biz.massivedynamics.versioneer.version | |
| biz.massivedynamics.versioneer.version.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract Version |
Version.clone()
Clones this
Version |
static Version |
Version.get(String versionAsString)
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericVersion
|
class |
NumericVersion
A
NumericVersion uses a single integer to track the version number |
class |
ThreePartVersion
|
class |
TwoPartVersion
|
| Modifier and Type | Method and Description |
|---|---|
int |
GenericVersion.compareTo(Version t)
Compares this
GenericVersion to another Version |
int |
ThreePartVersion.compareTo(Version t)
Compares this
ThreePartVersion to another Version |
int |
TwoPartVersion.compareTo(Version t)
Compares this
TwoPartVersion to another Version |
int |
NumericVersion.compareTo(Version t)
Compares this
NumericVersion with another Version |
Copyright © 2012 Massive Dynamics. All Rights Reserved.