org.apache.zookeeper
Class Version
java.lang.Object
org.apache.zookeeper.Version
- All Implemented Interfaces:
- org.apache.zookeeper.version.Info
public class Version
- extends Object
- implements org.apache.zookeeper.version.Info
Fields inherited from interface org.apache.zookeeper.version.Info |
BUILD_DATE, MAJOR, MICRO, MINOR, REVISION |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version()
getRevision
public static int getRevision()
getBuildDate
public static String getBuildDate()
getVersion
public static String getVersion()
getVersionRevision
public static String getVersionRevision()
getFullVersion
public static String getFullVersion()
printUsage
public static void printUsage()
main
public static void main(String[] args)
- Prints the current version, revision and build date to the standard out.
- Parameters:
args
-
- --short - prints a short version string "1.2.3"
- --revision - prints a short version string with the SVN
repository revision "1.2.3-94"
- --full - prints the revision and the build date