org.genepattern.util
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary | |
long |
build
this is a number that represents the build |
java.util.Calendar |
date
the date of the build |
int |
major
the major release number - change here indicating major changes in functionality or internal design |
int |
minor
the minor release number - change here indicates new features as well as bug fixes and possibly some changes in internal design and implementation |
java.lang.String |
release
The release which is usually Alpha, Beta, FCS, or Final |
int |
revision
the revision number - change here indicates bug fixes no new features |
java.lang.String |
text
the String representation of this Version |
| Constructor Summary | |
Version(java.lang.String release,
int major,
int minor,
int revision,
java.util.Calendar date,
long build)
Creates a new instance of Version |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
determines if another object is the same as this one |
boolean |
equals(Version other)
determines if another version is the same as this one |
java.lang.String |
toString()
returns a String represention of this Version |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final java.lang.String release
public final int major
public final int minor
public final int revision
public final long build
public final java.util.Calendar date
public final java.lang.String text
| Constructor Detail |
public Version(java.lang.String release,
int major,
int minor,
int revision,
java.util.Calendar date,
long build)
| Method Detail |
public final boolean equals(java.lang.Object other)
public final boolean equals(Version other)
public final java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||