java.lang.Object
net.finmath.information.Library
public class Library extends Object
Provides information on the finmath-lib library, e.g., the version.
- Version:
- 1.0
- Author:
- Christian Fries
-
Method Summary
Modifier and Type Method Description static String
getBuildString()
Return the build string of this instance of finmath-lib.static String
getVersionString()
Return the version string of this instance of finmath-lib.
-
Method Details
-
getVersionString
Return the version string of this instance of finmath-lib.- Returns:
- The version string of this instance of finmath-lib.
-
getBuildString
Return the build string of this instance of finmath-lib. Currently this is the Git commit hash.- Returns:
- The build string of this instance of finmath-lib.
-