public class VersionInfo extends Object
Constructor and Description |
---|
VersionInfo() |
Modifier and Type | Method and Description |
---|---|
static String |
getBranch()
Get the branch on which this originated.
|
static String |
getBuildVersion()
Returns the build version info which includes version,
revision, user, date and source checksum
|
static String |
getDate()
The date that Flume was compiled.
|
static String |
getRevision()
Get the subversion revision number for the root directory
|
static String |
getSrcChecksum()
Get the checksum of the source files from which Flume was
built.
|
static String |
getUrl()
Get the subversion URL for the root Flume directory.
|
static String |
getUser()
The user that compiled Flume.
|
static String |
getVersion()
Get the Flume version.
|
static void |
main(String[] args) |
public static String getVersion()
public static String getRevision()
public static String getBranch()
public static String getDate()
public static String getUser()
public static String getUrl()
public static String getSrcChecksum()
public static String getBuildVersion()
public static void main(String[] args)
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.