Package ubic.gemma.core.util
Class BuildInfo
- java.lang.Object
-
- ubic.gemma.core.util.BuildInfo
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component public class BuildInfo extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description BuildInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
static BuildInfo
fromClasspath()
Retrieve build information directly from the classpath.String
getGitHash()
String
getHDF5Version()
Obtain the version of HDF5 used by Gemma.Date
getTimestamp()
String
getVersion()
String
toString()
-
-
-
Method Detail
-
fromClasspath
public static BuildInfo fromClasspath()
Retrieve build information directly from the classpath.
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
getHDF5Version
public String getHDF5Version()
Obtain the version of HDF5 used by Gemma.
-
-