Class JHighlightVersion


  • public class JHighlightVersion
    extends java.lang.Object
    Provides acces to the version number of this JHighlight release.
    Since:
    1.0
    Version:
    $Revision: 3108 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String mVersion  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVersion()
      Returns the version number of this JHighlight release.
      private java.lang.String getVersionString()  
      • Methods inherited from class java.lang.Object

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

      • mVersion

        private java.lang.String mVersion
    • Constructor Detail

      • JHighlightVersion

        JHighlightVersion()
    • Method Detail

      • getVersionString

        private java.lang.String getVersionString()
      • getVersion

        public static java.lang.String getVersion()
        Returns the version number of this JHighlight release.
        Returns:
        the version number
        Since:
        1.0