Package com.enonic.xp.launcher
Class VersionInfo
- java.lang.Object
-
- com.enonic.xp.launcher.VersionInfo
-
public final class VersionInfo extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VersionInfo(Properties props)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VersionInfo
get()
Map<String,String>
getAsMap()
String
getBuildBranch()
String
getBuildHash()
String
getBuildTimestamp()
String
getVersion()
-
-
-
Constructor Detail
-
VersionInfo
protected VersionInfo(Properties props)
-
-