Package org.semanticweb.owlapi.util
Class VersionInfo
java.lang.Object
org.semanticweb.owlapi.util.VersionInfo
A place holder for the current release number.
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Information Management Group
-
Method Summary
Modifier and TypeMethodDescriptionGets a message saying "Generated by the OWL API (version x.x.x)".Gets a string that contains the version of this build.static VersionInfo
toString()
-
Method Details
-
getVersionInfo
- Returns:
- the version info
-
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
Gets a message saying "Generated by the OWL API (version x.x.x)".- Returns:
- The message.
-
toString
-