uk.co.agena.minerva.util
Class BuildInformation

java.lang.Object
  extended by uk.co.agena.minerva.util.BuildInformation

public class BuildInformation
extends java.lang.Object

Contains version information for the software.


Field Summary
static java.lang.String APPNAME
           
static java.lang.String VERSION
          This will be replaced by Ant at build stage; if it is not replaced, then no version number will be returned
 
Constructor Summary
BuildInformation()
           
 
Method Summary
static java.lang.String getVersionString()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPNAME

public static final java.lang.String APPNAME
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
This will be replaced by Ant at build stage; if it is not replaced, then no version number will be returned

See Also:
Constant Field Values
Constructor Detail

BuildInformation

public BuildInformation()
Method Detail

getVersionString

public static java.lang.String getVersionString()

main

public static void main(java.lang.String[] args)


Copyright © 2006 Agena Ltd. All Rights Reserved.