Class VersionHelper

java.lang.Object
velox.api.layer1.common.VersionHelper

public class VersionHelper
extends java.lang.Object
This class can be used to retrieve Bookmap version
  • Constructor Summary

    Constructors 
    Constructor Description
    VersionHelper()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getBookmapVersion()
    Get string representation of bookmap version.
    static void setBookmapVersionOnce​(java.lang.String version)
    Called by Bookmap code once to set version which will later become available to Layer1 API.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setBookmapVersionOnce

      public static void setBookmapVersionOnce​(java.lang.String version)
      Called by Bookmap code once to set version which will later become available to Layer1 API.
      Parameters:
      version -
    • getBookmapVersion

      public static java.lang.String getBookmapVersion()
      Get string representation of bookmap version.
      Returns:
      bookmap version, e.g. "7.1.0.42"