| Interface | Description |
|---|---|
| FilesCollection.Filter | |
| GroupAction |
A common interface for all actions to be applied to a set of files.
|
| UpdaterUI |
A placeholder interface for graphical user interfaces for the updater.
|
| UpdaterUIPlugin | Deprecated
Use
UpdaterUI instead. |
| UpdateService |
Interface for services that manage ImageJ updates.
|
| Uploadable |
A container representing one file to upload.
|
| Uploader |
Interface for ImageJ upload mechanisms.
|
| UploaderService |
Interface for service that manages available ImageJ upload mechanisms.
|
| Class | Description |
|---|---|
| AbstractUploader |
Abstract base class for ImageJ upload mechanisms.
|
| CheckForUpdates |
This plugin checks whether updates are available, and prompts the user to
launch the updater if so.
|
| Checksummer |
A class to checksum and timestamp all the files shown in the Updater's UI.
|
| Checksummer.StringAndFile | |
| CommandLine |
This is the command-line interface into the ImageJ Updater.
|
| CommandLine.ConsoleAuthenticator | |
| CommandLine.ConsoleUserInterface | |
| Conflicts |
A class describing conflicts in what is selected for updating/uploading.
|
| Conflicts.Conflict |
An upload or download conflict requiring user resolution.
|
| Conflicts.Notice |
Part of the conflict list, but really only a non-critical notice.
|
| Conflicts.Resolution | |
| DefaultUpdateService |
Default service for managing ImageJ updates.
|
| DefaultUploaderService |
Default service for managing available ImageJ upload mechanisms.
|
| Dependency |
A simple data structure for storing information about a dependency.
|
| Diff |
Show differences between remote and local versions of files.
|
| DllFile |
Analyses
.dll files whether they are really different. |
| FileObject |
This class represents a file handled by the updater.
|
| FileObject.Version | |
| FilesCollection |
This class represents the database of available
FileObjects. |
| FilesCollection.DependencyMap | |
| FilesCollection.FilteredIterator | |
| FilesUploader |
This class is responsible for writing updates to server, upon given the
updated file records.
|
| FileUploader |
This FileUploader is highly specialized to upload files and XML information
over to ImageJ2 Update sites.
|
| Installer |
A class that updates local files from all available update sites.
|
| POMParser |
A helper class to read information from Maven-built .jar files.
|
| PromptUserToUpdate |
This plugin prompts the user to launch the updater due to available updates.
|
| UpdateSite |
Update sites for the updater.
|
| UploadableFile |
A class used for uploading local files.
|
| UpToDate |
This class helps to determine the status of the current ImageJ installation.
|
| URLChange |
Class indicating automated changes to an update site.
|
| XMLFileDownloader |
Directly in charge of downloading and saving start-up files (i.e.: XML file
and related).
|
| XMLFileErrorHandler |
Our own error handler for XML validation.
|
| XMLFileReader |
The XML File Reader reads a locally-cached index of the available file
versions.
|
| XMLFileWriter |
Writes a db.xml.gz file for local and remote use of the updater.
|
| Enum | Description |
|---|---|
| Conflicts.Conflict.Severity | |
| Diff.Mode | |
| FileObject.Action | |
| FileObject.Status | |
| UpToDate.Result |
Copyright © 2014–2022 ImageJ. All rights reserved.