@InterfaceAudience.Public @InterfaceStability.Stable public class VersionInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
VersionInfo(String component) |
Modifier and Type | Method and Description |
---|---|
protected String |
_getBranch() |
protected String |
_getBuildVersion() |
protected String |
_getDate() |
protected String |
_getProtocVersion() |
protected String |
_getRevision() |
protected String |
_getSrcChecksum() |
protected String |
_getUrl() |
protected String |
_getUser() |
protected String |
_getVersion() |
static String |
getBranch() |
static String |
getBuildVersion() |
static String |
getDate() |
static String |
getProtocVersion() |
static String |
getRevision() |
static String |
getSrcChecksum() |
static String |
getUrl() |
static String |
getUser() |
static String |
getVersion() |
protected VersionInfo(String component)
protected String _getVersion()
protected String _getRevision()
protected String _getBranch()
protected String _getDate()
protected String _getUser()
protected String _getUrl()
protected String _getSrcChecksum()
protected String _getBuildVersion()
protected String _getProtocVersion()
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 String getProtocVersion()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.