Package | Description |
---|---|
net.imagej.ui.swing.updater | |
net.imagej.updater | |
net.imagej.updater.util |
Modifier and Type | Field and Description |
---|---|
protected List<UpdateSite> |
SitesDialog.sites |
Modifier and Type | Method and Description |
---|---|
protected UpdateSite |
SitesDialog.getUpdateSite(int row) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SitesDialog.activateUpdateSite(UpdateSite updateSite) |
Modifier and Type | Method and Description |
---|---|
UpdateSite |
FilesCollection.addUpdateSite(String name,
String url,
String sshHost,
String uploadDirectory,
long timestamp) |
UpdateSite |
FilesCollection.addUpdateSite(UpdateSite site) |
UpdateSite |
UpdateService.getUpdateSite(File file)
Gets the update site housing the given file.
|
UpdateSite |
DefaultUpdateService.getUpdateSite(File file) |
UpdateSite |
UpdateService.getUpdateSite(String name)
Gets the update site with the given name.
|
UpdateSite |
FilesCollection.getUpdateSite(String name)
Deprecated.
use
FilesCollection.getUpdateSite(String, boolean) instead |
UpdateSite |
DefaultUpdateService.getUpdateSite(String name) |
UpdateSite |
FilesCollection.getUpdateSite(String name,
boolean evenDisabled) |
UpdateSite |
URLChange.updateSite() |
Modifier and Type | Method and Description |
---|---|
Collection<UpdateSite> |
FilesCollection.getUpdateSites(boolean evenDisabled)
Gets the list of known update sites.
|
Modifier and Type | Method and Description |
---|---|
void |
FilesCollection.activateUpdateSite(UpdateSite updateSite,
Progress progress)
Activate the given update site.
|
protected void |
FilesCollection.addUpdateSite(String name,
UpdateSite updateSite) |
UpdateSite |
FilesCollection.addUpdateSite(UpdateSite site) |
int |
UpdateSite.compareTo(UpdateSite other) |
static Optional<URLChange> |
URLChange.create(UpdateSite site,
String newUrl)
Proposes a new URL for this update site.
|
int |
FilesCollection.deactivateUpdateSite(UpdateSite site)
Deactivates the given update site.
|
Modifier and Type | Method and Description |
---|---|
void |
FilesCollection.replaceUpdateSites(List<UpdateSite> sites) |
Modifier and Type | Method and Description |
---|---|
static Map<String,UpdateSite> |
AvailableSites.getAvailableSites() |
static Map<String,UpdateSite> |
AvailableSites.getAvailableSites(Logger log) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AvailableSites.hasUpdateSiteURLUpdates(FilesCollection plugins,
Map<String,UpdateSite> availableSites)
Checks whether for all update sites of a given
FilesCollection there is
an updated URL on the given list of available sites. |
Copyright © 2014–2022 ImageJ. All rights reserved.