public class UpdateCheck
extends java.lang.Object
UpdateCheck
class checks for updates of the
CoastWatch utilities software package online. The check generates
a message if an update is available.Constructor and Description |
---|
UpdateCheck(java.lang.String tool)
Creates a new update check which checks a pre-defined server for
a software update.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Gets the update message, or null if there is no update message
available.
|
static void |
main(java.lang.String[] argv)
Tests this class.
|