public class CfrVersionInfo extends Object
The information in this class is automatically generated when the project is built.
Modifier and Type | Field and Description |
---|---|
static String |
GIT_COMMIT_ABBREVIATED
Abbreviated Git commit hash of the commit representing this state
of the project.
|
static boolean |
GIT_IS_DIRTY
Whether the working tree contained not yet committed changes when
the project was built.
|
static boolean |
SNAPSHOT
Are we a snapshot?
|
static String |
VERSION
CFR version
|
static String |
VERSION_INFO
String consisting of CFR version and Git commit hash
|
public static final String VERSION
public static final boolean SNAPSHOT
public static final String GIT_COMMIT_ABBREVIATED
public static final boolean GIT_IS_DIRTY
This information can be useful for error reports to find out if changes have been made.
public static final String VERSION_INFO
Copyright © 2011-2021. All Rights Reserved.