public final class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static Version |
INSTANCE
Singleton Instance.
|
| Constructor and Description |
|---|
Version()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Get the application name.
|
String |
getBuilder()
Get the user that built the last instance.
|
String |
getBuildtime()
Get the build time.
|
String |
getCompany()
Get the company name.
|
String |
getVersion()
Get the version.
|
String |
toString()
To string.
|
public static final Version INSTANCE
public Version()
public String getVersion()
public String getBuildtime()
public String getBuilder()
public String getApplicationName()
public String getCompany()
Copyright © 2017. All rights reserved.