public final class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static Version |
instance
The single instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProjectName() |
String |
getProjectType() |
String |
getProjectVersion() |
Map |
getProperties()
Returns an unmodifiable map of version properties.
|
String |
getProperty(String name)
Returns the value for the given property name.
|
String |
getShortName() |
String |
getStatisticsServer() |
String |
toString()
Returns the version information as a string.
|
public static final Version instance
public Map getProperties()
public String getProperty(String name)
name - -
The name of the property.public String getProjectName()
public String getProjectType()
public String getProjectVersion()
public String getStatisticsServer()
public String getShortName()
Copyright © 2017. All Rights Reserved.