org.semanticweb.owlapi.util
Class VersionInfo

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

public class VersionInfo
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 16-Jun-2008

A place holder for the current release number.


Method Summary
 java.lang.String getGeneratedByMessage()
          Gets a message saying "Generated by the OWL API (version x.x.x)"
 java.lang.String getVersion()
          Gets a string that contains the version of this build.
static VersionInfo getVersionInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getVersionInfo

public static VersionInfo getVersionInfo()

getVersion

public java.lang.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 java.lang.String getGeneratedByMessage()
Gets a message saying "Generated by the OWL API (version x.x.x)"

Returns:
The message.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object