Package | Description |
---|---|
net.imagej.plugins.uploaders.ssh | |
net.imagej.plugins.uploaders.webdav | |
net.imagej.updater |
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 |
AbstractUploader
Abstract base class for ImageJ upload mechanisms.
|
class |
FileUploader
This FileUploader is highly specialized to upload files and XML information
over to ImageJ2 Update sites.
|
Modifier and Type | Method and Description |
---|---|
Uploader |
UploaderService.getUploader(String protocol)
TODO.
|
Uploader |
DefaultUploaderService.getUploader(String protocol) |
Uploader |
UploaderService.installUploader(String protocol,
FilesCollection files,
Progress progress)
TODO.
|
Uploader |
DefaultUploaderService.installUploader(String protocol,
FilesCollection files,
Progress progress) |
Copyright © 2014–2022 ImageJ. All rights reserved.