Package | Description |
---|---|
net.imagej.plugins.uploaders.ssh | |
net.imagej.plugins.uploaders.webdav | |
net.imagej.ui.swing.updater | |
net.imagej.updater | |
net.imagej.updater.util |
Modifier and Type | Class and Description |
---|---|
class |
SFTPFileUploader
Uploads files to an update server using only SFTP protocol.
|
class |
SSHFileUploader
Uploads files to an update server using SSH.
|
Modifier and Type | Class and Description |
---|---|
class |
WebDAVUploader
Uploads files to an update server using WebDAV.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressDialog
TODO
|
Modifier and Type | Method and Description |
---|---|
Progress |
UpdaterFrame.getProgress(String title) |
Modifier and Type | Interface and Description |
---|---|
interface |
Uploader
Interface for ImageJ upload mechanisms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUploader
Abstract base class for ImageJ upload mechanisms.
|
class |
Checksummer
A class to checksum and timestamp all the files shown in the Updater's UI.
|
protected class |
FilesUploader.VerifyTimestamp |
class |
FileUploader
This FileUploader is highly specialized to upload files and XML information
over to ImageJ2 Update sites.
|
class |
Installer
A class that updates local files from all available update sites.
|
class |
XMLFileDownloader
Directly in charge of downloading and saving start-up files (i.e.: XML file
and related).
|
Modifier and Type | Field and Description |
---|---|
protected Progress |
CommandLine.progress |
Modifier and Type | Method and Description |
---|---|
void |
FilesCollection.activateUpdateSite(UpdateSite updateSite,
Progress progress)
Activate the given update site.
|
String |
FilesCollection.downloadIndexAndChecksum(Progress progress) |
static String |
FilesCollection.getInstalledVersions(File ijDirectory,
Progress progress)
Utility method for the Bug Submitter
|
static FilesUploader |
FilesUploader.initialUploader(UploaderService uploaderService,
String url,
String sshHost,
String uploadDirectory,
Progress progress) |
Uploader |
UploaderService.installUploader(String protocol,
FilesCollection files,
Progress progress)
TODO.
|
Uploader |
DefaultUploaderService.installUploader(String protocol,
FilesCollection files,
Progress progress) |
static void |
CommandLine.main(File ijDir,
int columnCount,
Progress progress,
String... args) |
String |
FilesCollection.protocolsMissingUploaders(UploaderService uploaderService,
Progress progress) |
String |
FilesCollection.reloadCollectionAndChecksum(Progress progress) |
void |
FilesCollection.reReadUpdateSite(String name,
Progress progress) |
static void |
Installer.updateTheUpdater(FilesCollection files,
Progress progress) |
static void |
Installer.updateTheUpdater(FilesCollection files,
Progress progress,
CommandService commandService) |
void |
FilesUploader.upload(Progress progress) |
Constructor and Description |
---|
Checksummer(FilesCollection files,
Progress progress) |
CommandLine(File ijDir,
int columnCount,
Progress progress) |
FilesUploader(UploaderService uploaderService,
FilesCollection files,
String updateSite,
Progress progress) |
Installer(FilesCollection files,
Progress progress) |
Modifier and Type | Interface and Description |
---|---|
interface |
Progressable
Base interface for serving
Progress instances. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProgressable
Abstract superclass for
Progressable implementations. |
class |
Downloader
Direct responsibility: Download a list of files given their respective URLs
to their respective destinations.
|
class |
StderrProgress
A default implementation of the
Progress interface. |
Modifier and Type | Field and Description |
---|---|
protected List<Progress> |
AbstractProgressable.progress |
Modifier and Type | Method and Description |
---|---|
void |
Progressable.addProgress(Progress progress) |
void |
AbstractProgressable.addProgress(Progress progress) |
void |
Progressable.removeProgress(Progress progress) |
void |
AbstractProgressable.removeProgress(Progress progress) |
Constructor and Description |
---|
Downloader(Progress progress)
Deprecated.
|
Downloader(Progress progress,
UpdaterUtil util) |
Copyright © 2014–2022 ImageJ. All rights reserved.