public class DefaultUploaderService extends AbstractService implements UploaderService
Constructor and Description |
---|
DefaultUploaderService() |
Modifier and Type | Method and Description |
---|---|
Uploader |
getUploader(String protocol)
TODO.
|
boolean |
hasUploader(String protocol)
TODO.
|
Uploader |
installUploader(String protocol,
FilesCollection files,
Progress progress)
TODO.
|
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public boolean hasUploader(String protocol)
UploaderService
hasUploader
in interface UploaderService
public Uploader getUploader(String protocol) throws IllegalArgumentException
UploaderService
getUploader
in interface UploaderService
IllegalArgumentException
public Uploader installUploader(String protocol, FilesCollection files, Progress progress)
UploaderService
installUploader
in interface UploaderService
Copyright © 2014–2022 ImageJ. All rights reserved.