| Package | Description |
|---|---|
| biz.massivedynamics.versioneer.version | |
| biz.massivedynamics.versioneer.version.impl |
| Modifier and Type | Method and Description |
|---|---|
VersionType |
Version.getType()
Gets this
Version's VersionType |
static VersionType |
VersionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionType[] |
VersionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Version.setType(VersionType type)
Sets this
Version's VersionType |
| Constructor and Description |
|---|
Version(VersionType type)
Creates a new
Version |
Version(VersionType type,
String codeName)
Creates a new
Version |
| Constructor and Description |
|---|
GenericVersion(int major,
int minor,
int build,
int revision,
VersionType type)
Creates a new
GenericVersion |
GenericVersion(int major,
int minor,
int build,
int revision,
VersionType type,
String codeName)
Creates a new
GenericVersion |
NumericVersion(int version,
VersionType type)
Creates a new
NumericVersion |
NumericVersion(int version,
VersionType type,
String codeName)
Creates a new
NumericVersion |
ThreePartVersion(int major,
int minor,
int build,
VersionType type)
Creates a new
ThreePartVersion |
ThreePartVersion(int major,
int minor,
int build,
VersionType type,
String codeName)
Creates a new
ThreePartVersion |
TwoPartVersion(int major,
int minor,
VersionType type)
Creates a new
TwoPartVersion |
TwoPartVersion(int major,
int minor,
VersionType type,
String codeName)
Creates a new
TwoPartVersion |
Copyright © 2012 Massive Dynamics. All Rights Reserved.