|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.springrts.ai.oo.Version
public class Version
Method Summary | |
---|---|
int |
compareTo(Version other)
|
boolean |
equals(Object otherObject)
|
String |
getAdditional()
Returns additional information (compiler flags, svn revision etc.) |
String |
getBuildTime()
Returns the time of build |
String |
getFull()
Returns "Major.Minor.Patchset (Additional)" |
String |
getMajor()
Returns the major engine revision number (e.g. |
String |
getMinor()
Returns the minor engine revision |
String |
getNormal()
Returns "Major.Minor" |
String |
getPatchset()
Clients that only differ in patchset can still play together. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int compareTo(Version other)
compareTo
in interface Comparable<Version>
public boolean equals(Object otherObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public String getMajor()
public String getMinor()
public String getPatchset()
public String getAdditional()
public String getBuildTime()
public String getNormal()
public String getFull()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |