| Interface | Description |
|---|---|
| Downloadable |
Represents a file to be downloaded from an update site.
|
| Progress |
A progress dialog abstraction.
|
| Progressable |
Base interface for serving
Progress instances. |
| Class | Description |
|---|---|
| AbstractProgressable |
Abstract superclass for
Progressable implementations. |
| AvailableSites |
Utility class for parsing the list of available update sites.
|
| ByteCodeAnalyzer |
An analyzer to find out which .jar files a given .jar file depends on.
|
| Class2JarFilesMap |
Maps class names to the .jar files containing them.
|
| DependencyAnalyzer |
This class generates a list of dependencies for a given file.
|
| Downloader |
Direct responsibility: Download a list of files given their respective URLs
to their respective destinations.
|
| DropboxURLMapper |
Maps pseudo-DropBox URLs to valid ones.
|
| FilterManifest |
A helper class for the Checksummer.
|
| HTTPSUtil | |
| InputStream2OutputStream |
Copies an
InputStream into an OutputStream. |
| SkipHashedLines |
A helper class for the Checksummer.
|
| StderrLogService | Deprecated
Use
StderrLogService instead. |
| StderrProgress |
A default implementation of the
Progress interface. |
| UpdaterUserInterface |
A user interface abstraction.
|
| UpdaterUserInterface.StderrInterface | |
| UpdaterUtil |
Utility methods for use with the
net.imagej.updater package and
subpackages. |
| Enum | Description |
|---|---|
| ByteCodeAnalyzer.Mode | |
| FilterManifest.Skip |
| Exception | Description |
|---|---|
| UpdateCanceledException |
An exception thrown when an operation of the Updater is canceled.
|
Copyright © 2014–2022 ImageJ. All rights reserved.