|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Version
Contains version information of the SIP Communicator instance that we're currently running.
| Method Summary | |
|---|---|
int |
compareTo(Version version)
Compares another Version object to this one and returns a negative, zero or a positive integer if this version instance represents respectively an earlier, same, or later version as the one indicated by the version parameter. |
boolean |
equals(Object version)
Compares the version parameter to this version and returns true if and only if both reference the same SIP Communicator version and false otherwise. |
String |
getApplicationName()
Returns the name of the application that we're currently running. |
String |
getNightlyBuildID()
If this is a nightly build, returns the build identifies (e.g. |
String |
getPreReleaseID()
Returns the version prerelease ID of the current SIP Communicator version and null if this version is not a prerelease. |
int |
getVersionMajor()
Returns the version major of the current SIP Communicator version. |
int |
getVersionMinor()
Returns the version minor of the current SIP Communicator version. |
int |
getVersionRevision()
Returns the version revision number of the current SIP Communicator version. |
boolean |
isNightly()
Indicates if this SIP Communicator version corresponds to a nightly build of a repository snapshot or to an official SIP Communicator release. |
boolean |
isPreRelease()
Indicates whether this version represents a prerelease (i.e. |
String |
toString()
Returns a String representation of this Version instance. |
| Method Detail |
|---|
int getVersionMajor()
int getVersionMinor()
int getVersionRevision()
boolean isNightly()
String getNightlyBuildID()
boolean isPreRelease()
String getPreReleaseID()
int compareTo(Version version)
compareTo in interface Comparable<Version>version - the Version instance that we'd like to compare
to this one.
boolean equals(Object version)
equals in class Objectversion - the version instance that we'd like to compare with this
one.
String getApplicationName()
String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||