Module Simantics/BuildInfo

This module is undocumented. This is a list of its definitions.

getAllBuildInfo :: String

All of the build information as one text, one key=value per line, ordered by key.

getBuildInfo :: String -> String

One property of the build information, which is read at startup from buildinfo.properties in the working directory and completed with the name, application, description and identifier of the active product under the keys product.name, product.application, product.description and product.id. A key that is not set reads as <not-set>.

getBuildInfoAsMap :: Map.T String String

All of the build information as a map from property key to property value.