Class Version


  • public final class Version
    extends java.lang.Object
    The version of the Marshalling API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String JAR_NAME  
      static java.lang.String VERSION
      The version.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getJarName()
      Get the JAR file name.
      static java.lang.String getVersionString()
      Get the version string.
      static void main​(java.lang.String[] args)
      Print the version to System.out.
      • Methods inherited from class java.lang.Object

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

      • JAR_NAME

        static final java.lang.String JAR_NAME
      • VERSION

        public static final java.lang.String VERSION
        The version.
    • Constructor Detail

      • Version

        private Version()
    • Method Detail

      • getVersionString

        public static java.lang.String getVersionString()
        Get the version string.
        Returns:
        the version string
      • getJarName

        public static java.lang.String getJarName()
        Get the JAR file name.
        Returns:
        the JAR file name
      • main

        public static void main​(java.lang.String[] args)
        Print the version to System.out.
        Parameters:
        args - ignored