| Package | Description |
|---|---|
| net.imagej.updater |
| Modifier and Type | Method and Description |
|---|---|
FileObject.Status |
FileObject.getStatus() |
static FileObject.Status |
FileObject.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileObject.Status[] |
FileObject.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FilesCollection.Filter |
FilesCollection.is(FileObject.Status status) |
FilesCollection.Filter |
FilesCollection.oneOf(FileObject.Status... states) |
void |
FileObject.setStatus(FileObject.Status status) |
| Constructor and Description |
|---|
FileObject(String updateSite,
String filename,
long filesize,
String checksum,
long timestamp,
FileObject.Status status) |
Copyright © 2014–2022 ImageJ. All rights reserved.