public class DefaultUpdateService extends AbstractService implements UpdateService
Constructor and Description |
---|
DefaultUpdateService() |
Modifier and Type | Method and Description |
---|---|
UpdateSite |
getUpdateSite(File file)
Gets the update site housing the given file.
|
UpdateSite |
getUpdateSite(String name)
Gets the update site with the given name.
|
protected void |
onEvent(UIShownEvent evt)
Checks for updates when the ImageJ UI is first shown.
|
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public UpdateSite getUpdateSite(String name)
UpdateService
getUpdateSite
in interface UpdateService
public UpdateSite getUpdateSite(File file)
UpdateService
getUpdateSite
in interface UpdateService
protected void onEvent(UIShownEvent evt)
evt
- The event indicating the UI was shown.Copyright © 2014–2022 ImageJ. All rights reserved.