Package | Description |
---|---|
net.imagej | |
net.imagej.ui.swing.updater | |
net.imagej.updater |
Modifier and Type | Method and Description |
---|---|
UploaderService |
ImageJ.uploader()
Gets this application context's
UploaderService . |
Modifier and Type | Method and Description |
---|---|
UploaderService |
UpdaterFrame.getUploaderService()
Gets the uploader service associated with this updater frame.
|
Constructor and Description |
---|
UpdaterFrame(LogService log,
UploaderService uploaderService,
FilesCollection files) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUploaderService
Default service for managing available ImageJ upload mechanisms.
|
Modifier and Type | Method and Description |
---|---|
static FilesUploader |
FilesUploader.initialUploader(UploaderService uploaderService,
String url,
String sshHost,
String uploadDirectory,
Progress progress) |
String |
FilesCollection.protocolsMissingUploaders(UploaderService uploaderService,
Progress progress) |
Constructor and Description |
---|
FilesUploader(UploaderService uploaderService,
FilesCollection files,
String updateSite)
Deprecated.
|
FilesUploader(UploaderService uploaderService,
FilesCollection files,
String updateSite,
Progress progress) |
Copyright © 2014–2022 ImageJ. All rights reserved.