For those familiar with IResourceChangeEvent and IResourceDelta from eclipse development there is one important addition. The constant REPLACE indicates a reaname, or substiution, you will need to replace any references you have to the oldObject with the newObject.
For "bit mask" style interation please use: EnumSet.of(Kind.ADDED, Kind.REPLACED)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|