public final class TestVersion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TestVersion |
instance
The single instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getProperties()
Returns an unmodifiable map of version properties.
|
java.lang.String |
getProperty(java.lang.String name)
Returns the value for the given property name.
|
java.lang.String |
toString()
Returns the version information as a string.
|
public static final TestVersion instance
public java.util.Map getProperties()
public java.lang.String getProperty(java.lang.String name)
name - - The name of the property.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017. All Rights Reserved.