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
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelease datestatic final StringGNU License statementstatic final Stringstatic final StringSet the minimum and maximum Java versions that this version of PAMGuard can work with.static final StringVersion number, major version.minorversion.sub-release.static final StringPamguard web address - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionType of release - used to switch off and on some features.static voidDon'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-
 
 -