Package PamController
Class PamguardVersionInfo
java.lang.Object
PamController.PamguardVersionInfo
Class to hold static license and release information for PAMGUARD.
Should be updated for each major and minor release.
- Author:
- Douglas Gillespie
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Release datestatic final String
GNU License statementstatic final String
static final String
Set the minimum and maximum Java versions that this version of PAMGuard can work with.static final String
Version number, major version.minorversion.sub-release.static final String
Pamguard web address -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionType of release - used to switch off and on some features.static void
Don't delete this - it's required by the installer builder.
-
Field Details
-
minJavaVersion
Set the minimum and maximum Java versions that this version of PAMGuard can work with.- See Also:
-
maxJavaVersion
- See Also:
-
version
Version number, major version.minorversion.sub-release. Note: can't go higher than sub-release 'f'- See Also:
-
date
Release date- See Also:
-
license
GNU License statement- See Also:
-
webAddress
Pamguard web address- See Also:
-
-
Constructor Details
-
PamguardVersionInfo
public PamguardVersionInfo()
-
-
Method Details
-
getReleaseType
Type of release - used to switch off and on some features.- Returns:
- release type
-
main
Don't delete this - it's required by the installer builder.- Parameters:
args
-
-