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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()static BuildInfofromClasspath()Retrieve build information directly from the classpath.StringgetGitHash()StringgetHDF5Version()Obtain the version of HDF5 used by Gemma.DategetTimestamp()StringgetVersion()StringtoString()
-
-
-
Method Detail
-
fromClasspath
public static BuildInfo fromClasspath()
Retrieve build information directly from the classpath.
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getHDF5Version
public String getHDF5Version()
Obtain the version of HDF5 used by Gemma.
-
-