public class Version extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
build |
protected String |
companyName |
protected String |
contact |
protected String |
date |
protected static org.slf4j.Logger |
log |
protected String |
longVersion |
protected String |
productName |
protected String |
project |
protected String |
version |
Modifier and Type | Method and Description |
---|---|
String |
getBuild() |
String |
getCompanyName() |
String |
getContact() |
String |
getDate() |
protected String |
getJarPath() |
String |
getLongVersion() |
String |
getProductName() |
String |
getProject() |
String |
getVersion() |
static Version |
getVersionInfo()
Return the version instance
|
String |
getVersionString() |
static void |
main(String[] args)
Prints the version info.
|
void |
printVersionInformation()
print information to Stdout
|
protected static final org.slf4j.Logger log
protected String project
protected String date
protected String longVersion
protected String build
protected String version
protected String contact
protected String companyName
protected String productName
public static Version getVersionInfo()
Version
instanceprotected String getJarPath()
public String getVersionString()
public void printVersionInformation()
public String getProject()
public String getDate()
public String getLongVersion()
public String getBuild()
public String getVersion()
public String getContact()
public String getCompanyName()
public String getProductName()
public static void main(String[] args)
args
- Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.