Uses of Class
org.knuth.chkupdate.exceptions.UpdateResponseException

Packages that use UpdateResponseException
org.knuth.chkupdate   
org.knuth.chkupdate.provider   
 

Uses of UpdateResponseException in org.knuth.chkupdate
 

Methods in org.knuth.chkupdate that throw UpdateResponseException
 UpdateResult UpdateCheck.checkForUpdates()
          Checks for an Update using the current Provider.
static UpdateResult UpdateCheck.checkForUpdates(Provider provider)
          Checks for an update using the given Provider.
abstract  UpdateResult Provider.doCheck()
          Performs the Update-Check.
 

Uses of UpdateResponseException in org.knuth.chkupdate.provider
 

Methods in org.knuth.chkupdate.provider that throw UpdateResponseException
 UpdateResult SourceForgeProvider.doCheck()
          Deprecated.  
 UpdateResult GitHubProvider.doCheck()
           
private  java.util.Date SourceForgeProvider.latestFileRelease()
          Deprecated. Querys the SourceForge API to get the Date of the latest added file.
private  java.util.Date GitHubProvider.parseCommitDate(java.lang.String response)
          Parses the JSON-Response to a "Date"-Object.
private  GitHubProvider.TagWrapper GitHubProvider.parseList(java.lang.String response)
          Parses the tag-list JSON-String and returns the first (last added) item of it.