cmu.survey
Class JSPSurveyLibInfo
java.lang.Object
cmu.survey.JSPSurveyLibInfo
public class JSPSurveyLibInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latestVersionDate
public static java.util.Date latestVersionDate
latestVersionString
public static java.lang.String latestVersionString
- Checks a website for the latest known version. Will return null if the latest version is unknown (i.e. if network is unavailable, etc.).
VersionDateFormat
public static java.text.SimpleDateFormat VersionDateFormat
JSPSurveyLibInfo
public JSPSurveyLibInfo()
getCurrentVersionDate
public static java.util.Date getCurrentVersionDate()
getHomepageRoot
public static java.lang.String getHomepageRoot()
getLatestVersion
public static java.lang.String getLatestVersion()
getLatestVersionDate
public static java.util.Date getLatestVersionDate()
getProgramInfo
public static java.lang.String getProgramInfo()
- Returns HTML description of this program and contributors, etc.
- Returns:
getProgramName
public static java.lang.String getProgramName()
getVersion
public static java.lang.String getVersion()
getVersionDateFormat
public static java.text.SimpleDateFormat getVersionDateFormat()
isBeforeLatestVersion
public static java.lang.Boolean isBeforeLatestVersion()
isNewerVersionAvailable
public static java.lang.Boolean isNewerVersionAvailable()
- Returns:
- null if it's unknown
isReleaseVersion
public static final boolean isReleaseVersion()
registerBugInfo
public static void registerBugInfo(java.lang.String applicationName)
showDeveloperOptions
public static final boolean showDeveloperOptions()