de.unihalle.informatik.Alida.version
Class ALDVersionProviderCmdLine

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

public class ALDVersionProviderCmdLine
extends ALDVersionProvider

Info class providing version information parsed from commandline.

This implementation simply returns a string passed to the class via commandline. The corresponding property is named alida_version.

Author:
moeller

Constructor Summary
ALDVersionProviderCmdLine()
           
 
Method Summary
 java.lang.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

ALDVersionProviderCmdLine

public ALDVersionProviderCmdLine()
Method Detail

getVersion

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

Specified by:
getVersion in class ALDVersionProvider