de.unihalle.informatik.Alida.version
Class ALDVersionProviderGit

java.lang.Object
  extended by de.unihalle.informatik.Alida.version.ALDVersionProvider
      extended by de.unihalle.informatik.Alida.version.ALDVersionProviderGit

public class ALDVersionProviderGit
extends ALDVersionProvider

Version provider to extract version information from local Git repository.

Note that the environment variable GIT_DIR has to be set to the Git repository location, i.e. the .git repository which should be accessed. Please set the variable exactly to the .git directory and not just to the parent directory of the .git directory.

Author:
moeller

Constructor Summary
ALDVersionProviderGit()
           
 
Method Summary
 String getVersion()
          Returns the software version of currently running instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDVersionProviderGit

public ALDVersionProviderGit()
Method Detail

getVersion

public String getVersion()
Description copied from class: ALDVersionProvider
Returns the software version of currently running instance.

Specified by:
getVersion in class ALDVersionProvider


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.