Uses of Class
org.knuth.chkupdate.UpdateResult

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

Uses of UpdateResult in org.knuth.chkupdate
 

Methods in org.knuth.chkupdate that return UpdateResult
 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 UpdateResult in org.knuth.chkupdate.provider
 

Methods in org.knuth.chkupdate.provider that return UpdateResult
 UpdateResult SourceForgeProvider.doCheck()
          Deprecated.  
 UpdateResult GitHubProvider.doCheck()