Package edu.umd.cs.findbugs.updates
Class UpdateChecker
java.lang.Object
edu.umd.cs.findbugs.updates.UpdateChecker
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
actuallyCheckforUpdates
(URI url, Collection<Plugin> plugins, String entryPoint) protected for testingvoid
checkForUpdates
(Collection<Plugin> plugins, boolean force) getRedirectURL
(boolean force) protected void
protected void
static void
boolean
boolean
protected final void
writeXml
(OutputStream out, Collection<Plugin> plugins, String entryPoint, boolean finish) protected for testing
-
Field Details
-
PLUGIN_RELEASE_DATE_FMT
- See Also:
-
-
Constructor Details
-
UpdateChecker
-
-
Method Details
-
checkForUpdates
-
getRedirectURL
-
updatesHaveBeenSeenBefore
-
updateChecksGloballyDisabled
public boolean updateChecksGloballyDisabled() -
getPluginThatDisabledUpdateChecks
-
actuallyCheckforUpdates
protected void actuallyCheckforUpdates(URI url, Collection<Plugin> plugins, String entryPoint) throws IOException protected for testing- Throws:
IOException
-
writeXml
protected final void writeXml(OutputStream out, Collection<Plugin> plugins, String entryPoint, boolean finish) throws IOException protected for testing- Throws:
IOException
-
logError
-
logError
-
main
- Throws:
Exception
-