uk.ac.man.bioinf.apps.cinema.core
Class VersionInformation

java.lang.Object
  |
  +--uk.ac.man.bioinf.apps.cinema.core.VersionInformation

public class VersionInformation
extends Object

VersionInformation.java This provides standard information about this version of Cinema. Created: Wed Apr 19 17:03:28 2000

Version:
$Id: VersionInformation.java,v 1.21 2002/04/20 15:03:42 lord Exp $
Author:
Phillip Lord

Constructor Summary
VersionInformation()
           
 
Method Summary
static String getAboutText()
           
static String getAuthorString()
           
static URL[] getAuthorURLs()
           
static URL getMaintainerURL()
           
static URL getProjectURL()
           
static String getVersionNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInformation

public VersionInformation()
Method Detail

getVersionNumber

public static String getVersionNumber()

getProjectURL

public static URL getProjectURL()

getAboutText

public static String getAboutText()

getAuthorURLs

public static URL[] getAuthorURLs()

getAuthorString

public static String getAuthorString()

getMaintainerURL

public static URL getMaintainerURL()