getLatestVersionInfo
public Map<String,String> getLatestVersionInfo(String version)
Retrieve the latest stable and development versions
available from Unidata. Needs to connect to
http://www.unidata.ucar.edu in order to get the
latest version numbers. The idea is to easily let users
know if the version of TDS they are running is out of
date, as this information is recorded in the
serverStartup.log file.
- Returns:
- A hashmap containing versionTypes as key (i.e.
"stable", "development") and their corresponding
version numbers (i.e. 4.5.2)