org.makumba
Class version

java.lang.Object
  extended by org.makumba.version

public class version
extends Object

Computes the version from SVN BaseURL tag. If used from a HEAD check-out, this will return "devel-" If used from a TAG check-out, this will return the version of the tag, e.g. "0.7.1" Note that in order to work, the file needs to have the HeadURL keyword enabled

Author:
Cristian Bogdan, Stefan Baebler, Frederik Habilis, Rudolf Mayer, Manuel Gay

Constructor Summary
version()
           
 
Method Summary
static void flushTo(BufferedReader r, PrintWriter o)
           
static String getGlobalSVNRevision()
          Fetches global SVN version with svnversion *
static String getVersion()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

version

public version()
Method Detail

getVersion

public static String getVersion()
See Also:
MakumbaSystem.getVersion()

main

public static void main(String[] args)

getGlobalSVNRevision

public static String getGlobalSVNRevision()
Fetches global SVN version with svnversion *


flushTo

public static void flushTo(BufferedReader r,
                           PrintWriter o)