sdr 0.7

net.cscott.sdr
Class Version

java.lang.Object
  extended by net.cscott.sdr.Version

public abstract class Version
extends Object

The Version object contains fields naming the current version of the SDR application (0.7).

Version:
$Id: Version.java.in,v 1.3 2006-11-01 05:40:29 cananian Exp $

Field Summary
static String PACKAGE_BUGREPORT
          The address to which bug reports should be sent.
static String PACKAGE_NAME
          The name of the package.
static String PACKAGE_STRING
          The package name and version as one string.
static String PACKAGE_VERSION
          The version of the package.
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
          Prints the package version if invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE_NAME

public static final String PACKAGE_NAME
The name of the package.

See Also:
Constant Field Values

PACKAGE_VERSION

public static final String PACKAGE_VERSION
The version of the package.

See Also:
Constant Field Values

PACKAGE_STRING

public static final String PACKAGE_STRING
The package name and version as one string.

See Also:
Constant Field Values

PACKAGE_BUGREPORT

public static final String PACKAGE_BUGREPORT
The address to which bug reports should be sent.

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)
Prints the package version if invoked.


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian