Package com.io7m.brooklime.api
Class BLApplicationVersions
java.lang.Object
com.io7m.brooklime.api.BLApplicationVersions
public final class BLApplicationVersions
extends java.lang.Object
Functions relating to application versions.
-
Method Summary
Modifier and Type Method Description static BLApplicationVersionofProperties(java.util.Properties properties)Load application version information from the given stream.static BLApplicationVersionofStream(java.io.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:
java.io.IOException- On errors
-
ofProperties
Load application version information from the given stream.- Parameters:
properties- The properties- Returns:
- Application version information
-