Class GitVersionInfo
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.util.GitVersionInfo
-
public class GitVersionInfo extends Object
- Author:
- scf
-
-
Field Summary
Fields Modifier and Type Field Description static StringPACKAGE_NAMEstatic com.fasterxml.jackson.core.type.TypeReference<Map<String,String>>TYPE_MAP_STRING_STRINGA type reference for Map<String, String>.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetGitDescription()static voidlogGitInfo()Outputs the git version info to the log.
-
-
-
Field Detail
-
TYPE_MAP_STRING_STRING
public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,String>> TYPE_MAP_STRING_STRING
A type reference for Map<String, String>.
-
PACKAGE_NAME
public static final String PACKAGE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
logGitInfo
public static void logGitInfo()
Outputs the git version info to the log.
-
getGitDescription
public static String getGitDescription()
-
-