A B C E G H I N R S T U V 

A

Alpha - Annotation Type in biz.massivedynamics.versioneer.annotations
An annotation that defines the annotated value as being an alpha version, meaning that it could have bugs, is likely to be changed in the future, or may even be deprecated or removed.

B

Beta - Annotation Type in biz.massivedynamics.versioneer.annotations
An annotation that defines the annotated value as being a beta version, meaning that it could have bugs, may to be changed in the future, or may even be deprecated or removed.
biz.massivedynamics.versioneer - package biz.massivedynamics.versioneer
 
biz.massivedynamics.versioneer.annotations - package biz.massivedynamics.versioneer.annotations
 
biz.massivedynamics.versioneer.version - package biz.massivedynamics.versioneer.version
 
biz.massivedynamics.versioneer.version.impl - package biz.massivedynamics.versioneer.version.impl
 

C

clone() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Clones this GenericVersion
clone() - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Clones this NumericVersion
clone() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Clones this ThreePartVersion
clone() - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Clones this TwoPartVersion
clone() - Method in class biz.massivedynamics.versioneer.version.Version
Clones this Version
compareTo(Version) - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Compares this GenericVersion to another Version
compareTo(Version) - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Compares this NumericVersion with another Version
compareTo(Version) - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Compares this ThreePartVersion to another Version
compareTo(Version) - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Compares this TwoPartVersion to another Version

E

equals(Object) - Method in class biz.massivedynamics.versioneer.version.Version
Compares this Version with another Version for equality

G

GenericVersion - Class in biz.massivedynamics.versioneer.version.impl
A GenericVersion consists of four version numbers:

Major Minor Build Revision
GenericVersion(int) - Constructor for class biz.massivedynamics.versioneer.version.impl.GenericVersion
Creates a new GenericVersion
GenericVersion(int, int) - Constructor for class biz.massivedynamics.versioneer.version.impl.GenericVersion
Creates a new GenericVersion
GenericVersion(int, int, int) - Constructor for class biz.massivedynamics.versioneer.version.impl.GenericVersion
Creates a new GenericVersion
GenericVersion(int, int, int, int) - Constructor for class biz.massivedynamics.versioneer.version.impl.GenericVersion
Creates a new GenericVersion
GenericVersion(int, int, int, int, VersionType) - Constructor for class biz.massivedynamics.versioneer.version.impl.GenericVersion
Creates a new GenericVersion
GenericVersion(int, int, int, int, VersionType, String) - Constructor for class biz.massivedynamics.versioneer.version.impl.GenericVersion
Creates a new GenericVersion
get(String) - Static method in class biz.massivedynamics.versioneer.version.Version
Gets a Version from a String
getBuild() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Gets the build number
getBuild() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Gets the build number
getCodeName() - Method in class biz.massivedynamics.versioneer.version.Version
Gets the code name of this Version
getMajor() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Gets the major version number
getMajor() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Gets the major version number
getMajor() - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Gets the major version number
getMinor() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Gets the minor version number
getMinor() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Gets the minor version number
getMinor() - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Gets the minor version number
getPostfix() - Method in enum biz.massivedynamics.versioneer.version.VersionType
Gets the postfix for this VersionType
getRevision() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Gets the revision number
getType() - Method in class biz.massivedynamics.versioneer.version.Version
Gets this Version's VersionType
getVersion() - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Gets the version number
getVersion() - Static method in class biz.massivedynamics.versioneer.Versioneer
Gets the version of Versioneer being used

H

hashCode() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Gets this GenericVersion's hashCode
hashCode() - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Gets this NumericVersion's hashCode
hashCode() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Gets this ThreePartVersion's hashCode
hashCode() - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Gets this TwoPartVersion's hashCode
hashCode() - Method in class biz.massivedynamics.versioneer.version.Version
Gets this Version's hashcode

I

InvalidVersionException - Exception in biz.massivedynamics.versioneer.version
An Exception that indicates an invalid Version
InvalidVersionException(String) - Constructor for exception biz.massivedynamics.versioneer.version.InvalidVersionException
InvalidVersionException() - Constructor for exception biz.massivedynamics.versioneer.version.InvalidVersionException

N

NumericVersion - Class in biz.massivedynamics.versioneer.version.impl
A NumericVersion uses a single integer to track the version number
NumericVersion(int) - Constructor for class biz.massivedynamics.versioneer.version.impl.NumericVersion
Creates a new NumericVersion
NumericVersion(int, VersionType) - Constructor for class biz.massivedynamics.versioneer.version.impl.NumericVersion
Creates a new NumericVersion
NumericVersion(int, VersionType, String) - Constructor for class biz.massivedynamics.versioneer.version.impl.NumericVersion
Creates a new NumericVersion

R

ReleaseCandidate - Annotation Type in biz.massivedynamics.versioneer.annotations
An annotation that defines the annotated value as being a release candidate, meaning that it could have small changes before the final release.

S

setBuild(int) - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Sets the build number
setBuild(int) - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Sets the build number
setCodeName(String) - Method in class biz.massivedynamics.versioneer.version.Version
Sets the code name of this Version
setMajor(int) - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Sets the major version number
setMajor(int) - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Sets the major version number
setMajor(int) - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Sets the major version number
setMinor(int) - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Sets the minor version number
setMinor(int) - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Sets the minor version number
setMinor(int) - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Sets the minor version number
setRevision(int) - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Sets the revision number
setType(VersionType) - Method in class biz.massivedynamics.versioneer.version.Version
Sets this Version's VersionType
setVersion(int) - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Sets the version number

T

ThreePartVersion - Class in biz.massivedynamics.versioneer.version.impl
A ThreePartVersion is a Version that consists of three parts:

Major Minor Build
ThreePartVersion(int) - Constructor for class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Creates a new ThreePartVersion
ThreePartVersion(int, int) - Constructor for class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Creates a new ThreePartVersion
ThreePartVersion(int, int, int) - Constructor for class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Creates a new ThreePartVersion
ThreePartVersion(int, int, int, VersionType) - Constructor for class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Creates a new ThreePartVersion
ThreePartVersion(int, int, int, VersionType, String) - Constructor for class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Creates a new ThreePartVersion
toGenericVersion() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Converts this GenericVersion to a GenericVersion
toGenericVersion() - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Creates a GenericVersion that represents this NumericVersion
toGenericVersion() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Creates a GenericVersion from this ThreePartVersion
toGenericVersion() - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Creates a GenericVersion from this TwoPartVersion
toGenericVersion() - Method in class biz.massivedynamics.versioneer.version.Version
Converts this Version to a GenericVersion
toString() - Method in class biz.massivedynamics.versioneer.version.impl.GenericVersion
Converts this GenericVersion to a String
toString() - Method in class biz.massivedynamics.versioneer.version.impl.NumericVersion
Returns this NumericVersion as a String
toString() - Method in class biz.massivedynamics.versioneer.version.impl.ThreePartVersion
Converts this ThreePartVersion to a String
toString() - Method in class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Converts this TwoPartVersion to a String
toString() - Method in class biz.massivedynamics.versioneer.version.Version
Convert this Version to a String
TwoPartVersion - Class in biz.massivedynamics.versioneer.version.impl
A TwoPartVersion is a Version that consists of two parts:

Major Minor
TwoPartVersion(int) - Constructor for class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Creates a new TwoPartVersion
TwoPartVersion(int, int) - Constructor for class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Creates a new TwoPartVersion
TwoPartVersion(int, int, VersionType) - Constructor for class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Creates a new TwoPartVersion
TwoPartVersion(int, int, VersionType, String) - Constructor for class biz.massivedynamics.versioneer.version.impl.TwoPartVersion
Creates a new TwoPartVersion

U

Unfinished - Annotation Type in biz.massivedynamics.versioneer.annotations
An annotation that defines the annotated value as unfinished, or not suitable for production use
Untested - Annotation Type in biz.massivedynamics.versioneer.annotations
An annotation that defines the annotated value as untested, and so potentially containing bugs that make it not recommended for production use

V

valueOf(String) - Static method in enum biz.massivedynamics.versioneer.version.VersionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum biz.massivedynamics.versioneer.version.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in biz.massivedynamics.versioneer.version
An abstract class that defines the skeleton of a Version

All Version classes must have this class as their parent
Version() - Constructor for class biz.massivedynamics.versioneer.version.Version
Creates a new Version with the default VersionType of STABLE
Version(VersionType) - Constructor for class biz.massivedynamics.versioneer.version.Version
Creates a new Version
Version(VersionType, String) - Constructor for class biz.massivedynamics.versioneer.version.Version
Creates a new Version
Versioneer - Class in biz.massivedynamics.versioneer
A utility class for Versioneer

Simply holds the version of Versioneer being used at the moment.
VersionType - Enum in biz.massivedynamics.versioneer.version
A collection of enumerations that define different VersionTypes
A B C E G H I N R S T U V 

Copyright © 2012 Massive Dynamics. All Rights Reserved.