Package | Description |
---|---|
net.imagej.updater |
Modifier and Type | Method and Description |
---|---|
FileObject.Action |
FileObject.getAction() |
FileObject.Action[] |
FileObject.Status.getActions()
Deprecated.
|
FileObject.Action[] |
FilesCollection.getActions(FileObject file)
Deprecated.
|
FileObject.Action[] |
FilesCollection.getActions(Iterable<FileObject> files)
Deprecated.
|
FileObject.Action[] |
FileObject.Status.getDeveloperActions() |
FileObject.Action |
FileObject.Status.getNoAction() |
static FileObject.Action |
FileObject.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileObject.Action[] |
FileObject.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Conflicts.Resolution |
Conflicts.actionResolution(String description,
FileObject file,
FileObject.Action... actionsToTry) |
protected Conflicts.Resolution |
Conflicts.actionResolution(String description,
Iterable<FileObject> files,
FileObject.Action... actionsToTry) |
FilesCollection.Filter |
FilesCollection.is(FileObject.Action action) |
boolean |
FileObject.Status.isValid(FileObject.Action action) |
FilesCollection.Filter |
FilesCollection.oneOf(FileObject.Action... actions) |
void |
FileObject.setAction(FilesCollection files,
FileObject.Action action) |
boolean |
FileObject.setFirstValidAction(FilesCollection files,
FileObject.Action... actions) |
Copyright © 2014–2022 ImageJ. All rights reserved.