Class BLApplicationVersions


  • public final class BLApplicationVersions
    extends java.lang.Object
    Functions relating to application versions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BLApplicationVersion ofProperties​(java.util.Properties properties)
      Load application version information from the given stream.
      static BLApplicationVersion ofStream​(java.io.InputStream stream)
      Load application version information from the given stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ofStream

        public static BLApplicationVersion ofStream​(java.io.InputStream stream)
                                             throws java.io.IOException
        Load application version information from the given stream.
        Parameters:
        stream - The stream
        Returns:
        Application version information
        Throws:
        java.io.IOException - On errors
      • ofProperties

        public static BLApplicationVersion ofProperties​(java.util.Properties properties)
        Load application version information from the given stream.
        Parameters:
        properties - The properties
        Returns:
        Application version information