Package org.esa.snap.core.util
Class VersionChecker
java.lang.Object
org.esa.snap.core.util.VersionChecker
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic VersionCheckerReturns the local version, ornullif no version could be foundReturns the remote version, ornullif no version could be foundbooleanvoid
-
Field Details
-
PK_CHECK_INTERVAL
- See Also:
-
-
Method Details
-
getInstance
-
mustCheck
public boolean mustCheck() -
getCheckInterval
-
getDateTimeOfLastCheck
-
checkForNewRelease
public boolean checkForNewRelease() -
setChecked
public void setChecked() -
getLocalVersion
Returns the local version, ornullif no version could be found- Returns:
- the local version, or
nullif no version could be found
-
getRemoteVersion
Returns the remote version, ornullif no version could be found- Returns:
- the remote version, or
nullif no version could be found
-