Class VersionInfo

java.lang.Object
org.semanticweb.owlapi.util.VersionInfo

public class VersionInfo extends Object
A place holder for the current release number.
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Information Management Group
  • Method Details

    • getVersionInfo

      public static VersionInfo getVersionInfo()
      Returns:
      the version info
    • getVersion

      public String getVersion()
      Gets a string that contains the version of this build. This is generated from the manifest of the jar that this class is packaged in.
      Returns:
      The version info string (if available).
    • getGeneratedByMessage

      public String getGeneratedByMessage()
      Gets a message saying "Generated by the OWL API (version x.x.x)".
      Returns:
      The message.
    • toString

      public String toString()
      Overrides:
      toString in class Object