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