Class Version

java.lang.Object
org.jboss.marshalling.Version

public final class Version extends Object
The version of the Marshalling API.
  • Field Details

    • JAR_NAME

      static final String JAR_NAME
    • VERSION

      public static final String VERSION
      The version.
  • Constructor Details

    • Version

      private Version()
  • Method Details

    • getVersionString

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

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

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