PamController
Class PamguardVersionInfo

java.lang.Object
  extended by PamController.PamguardVersionInfo

public class PamguardVersionInfo
extends java.lang.Object

Class to hold static license and release information for PAMGUARD. Should be updated for each major and minor release.

Author:
Douglas Gillespie

Field Summary
static java.lang.String date
          Release data
static java.lang.String license
          GNU License statement
static java.lang.String release
          Release type - Beta or Core
static int RELEASE_BETA
           
static int RELEASE_CORE
           
static int RELEASE_OTHER
           
static int RELEASE_SMRU
           
static java.lang.String version
          Version number, major version.minorversion.sub-release.
static java.lang.String webAddress
          Pamguard web address
 
Constructor Summary
PamguardVersionInfo()
           
 
Method Summary
static int getReleaseType()
          Type of release - used to switch off and on some features.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELEASE_CORE

public static final int RELEASE_CORE
See Also:
Constant Field Values

RELEASE_BETA

public static final int RELEASE_BETA
See Also:
Constant Field Values

RELEASE_SMRU

public static final int RELEASE_SMRU
See Also:
Constant Field Values

RELEASE_OTHER

public static final int RELEASE_OTHER
See Also:
Constant Field Values

version

public static final java.lang.String version
Version number, major version.minorversion.sub-release.

See Also:
Constant Field Values

release

public static final java.lang.String release
Release type - Beta or Core

See Also:
Constant Field Values

license

public static final java.lang.String license
GNU License statement

See Also:
Constant Field Values

webAddress

public static final java.lang.String webAddress
Pamguard web address

See Also:
Constant Field Values

date

public static final java.lang.String date
Release data

See Also:
Constant Field Values
Constructor Detail

PamguardVersionInfo

public PamguardVersionInfo()
Method Detail

getReleaseType

public static int getReleaseType()
Type of release - used to switch off and on some features.

Returns:
release type