|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateRequestException | |
---|---|
org.knuth.chkupdate | |
org.knuth.chkupdate.provider |
Uses of UpdateRequestException in org.knuth.chkupdate |
---|
Methods in org.knuth.chkupdate that throw UpdateRequestException | |
---|---|
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 UpdateRequestException in org.knuth.chkupdate.provider |
---|
Methods in org.knuth.chkupdate.provider that throw UpdateRequestException | |
---|---|
UpdateResult |
SourceForgeProvider.doCheck()
Deprecated. |
UpdateResult |
GitHubProvider.doCheck()
|
private int |
SourceForgeProvider.getProjectID(java.lang.String project_name)
Deprecated. Querys the SourceForge API to get the Projects ID from it's name. |
private java.util.Date |
SourceForgeProvider.latestFileRelease()
Deprecated. Querys the SourceForge API to get the Date of the latest added file. |
private int |
SourceForgeProvider.parseProjectID(java.lang.String json)
Deprecated. Parses the APIs JSON-Response to get the Projects ID (called by SourceForgeProvider.getProjectID(String) ). |
private java.lang.String |
GitHubProvider.requestReader(java.net.URL url)
Reads the plain-text response of the GitHub API for the given request-URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |