Package kieker.common.util
Class Version
java.lang.Object
kieker.common.util.Version
public final class Version
extends java.lang.Object
This class provides the method getVersion() which returns the version number
 set during build (String replacement task within build.xml).
- Since:
- < 0.9
- Author:
- Andre van Hoorn
- 
Method SummaryModifier and Type Method Description static java.lang.StringgetCOPYRIGHT()Returns the version String.static java.lang.StringgetVERSION()Returns the version String.
- 
Method Details- 
getVERSIONpublic static final java.lang.String getVERSION()Returns the version String.- Returns:
- the version String.
 
- 
getCOPYRIGHTpublic static final java.lang.String getCOPYRIGHT()Returns the version String.- Returns:
- the version String.
 
 
-