public final class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static Version |
instance
The single instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getProperties()
Returns an unmodifiable map of version properties.
|
String |
getProperty(String name)
Returns the value for the given property name.
|
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.Copyright © 2016. All Rights Reserved.