public abstract class AbstractUploader extends AbstractProgressable implements Uploader
| Modifier and Type | Field and Description |
|---|---|
protected long |
timestamp |
protected int |
total |
protected String |
uploadDir |
progress| Constructor and Description |
|---|
AbstractUploader() |
| Modifier and Type | Method and Description |
|---|---|
void |
calculateTotalSize(List<Uploadable> sources)
TODO
|
long |
getTimestamp()
TODO
|
boolean |
login(FilesUploader uploader)
TODO
|
void |
logout()
TODO
|
abstract void |
upload(List<Uploadable> files,
List<String> locks)
TODO
|
addItem, addProgress, done, itemDone, removeProgress, setCount, setItemCount, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProtocoladdProgress, removeProgressprotected String uploadDir
protected int total
protected long timestamp
public abstract void upload(List<Uploadable> files, List<String> locks) throws IOException
Uploaderupload in interface UploaderIOExceptionpublic void calculateTotalSize(List<Uploadable> sources)
UploadercalculateTotalSize in interface Uploaderpublic boolean login(FilesUploader uploader)
Uploaderpublic void logout()
Uploaderpublic long getTimestamp()
UploadergetTimestamp in interface UploaderCopyright © 2014–2022 ImageJ. All rights reserved.