public final class BuildProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<Date> |
getBuildDate()
Returns the
Date of the build. |
static String |
getBuildVersion()
Returns the build version ({MAJOR}.{MINOR}.{PATCH} with -SNAPSHOT suffix,
if it's an internal release).
|
static String |
getUserAgent()
Returns the User-Agent identifier that is sent by each request to the
server.
|
public static final String UNDEFINED
public static Optional<Date> getBuildDate()
Date of the build.Date of the buildpublic static String getBuildVersion()
public static String getUserAgent()
Copyright © 2013–2017 shadowhunt. All rights reserved.