Package | Description |
---|---|
net.imagej.updater |
Modifier and Type | Method and Description |
---|---|
Conflicts.Conflict.Severity |
Conflicts.Conflict.getSeverity() |
static Conflicts.Conflict.Severity |
Conflicts.Conflict.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conflicts.Conflict.Severity[] |
Conflicts.Conflict.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Conflict(Conflicts.Conflict.Severity severity,
FileObject file,
String conflict,
Conflicts.Resolution... resolutions) |
Conflict(Conflicts.Conflict.Severity severity,
String filename,
String conflict,
Conflicts.Resolution... resolutions) |
Copyright © 2014–2022 ImageJ. All rights reserved.