Package com.io7m.brooklime.api
Class BLApplicationVersions
java.lang.Object
com.io7m.brooklime.api.BLApplicationVersions
Functions relating to application versions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BLApplicationVersionofProperties(Properties properties) Load application version information from the given stream.static BLApplicationVersionofStream(InputStream stream) Load application version information from the given stream.
-
Method Details
-
ofStream
Load application version information from the given stream.- Parameters:
stream- The stream- Returns:
- Application version information
- Throws:
IOException- On errors
-
ofProperties
Load application version information from the given stream.- Parameters:
properties- The properties- Returns:
- Application version information
-