Package | Description |
---|---|
sk.stuba.fiit.perconik.eclipse.core.resources |
Extension to the
org.eclipse.core.resources package
of the Eclipse Platform. |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ResourceDeltaKind> |
ResourceDeltaKind.ALL_WITH_PHANTOMS |
Modifier and Type | Method and Description |
---|---|
static ResourceDeltaKind |
ResourceDeltaKind.valueOf(int value) |
static ResourceDeltaKind |
ResourceDeltaKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDeltaKind[] |
ResourceDeltaKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|