- 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
All Methods Static Methods Concrete Methods 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 Detail
-
getVersionString
public static String getVersionString()
Return the version string of this instance of finmath-lib.- Returns:
- The version string of this instance of finmath-lib.
-
getBuildString
public static String 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.
-
-