org.riotfamily.riot
Class RiotVersion

java.lang.Object
  extended by org.riotfamily.riot.RiotVersion

public final class RiotVersion
extends Object

Class that exposes the Riot version. Fetches the Implementation-Version attribute from the manifest contained in the jar file.


Method Summary
static String getVersionString()
          Return the full Riot version string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersionString

public static String getVersionString()
Return the full Riot version string.

See Also:
Package.getImplementationVersion()