public interface IDiffChangeEvent
IDiffTree
.Modifier and Type | Method and Description |
---|---|
IDiff[] |
getAdditions()
Returns the delta nodes that have been added to the delta tree.
|
IDiff[] |
getChanges()
Return the delta nodes contained in the delta tree that have changed in some way.
|
IStatus[] |
getErrors()
Return any errors that occurred while this change was taking place.
|
IPath[] |
getRemovals()
Return the paths of the delta nodes that have been removed from the delta tree.
|
IDiffTree |
getTree()
Returns the tree that has been changed.
|
IDiffTree getTree()
IDiff[] getAdditions()
IPath[] getRemovals()
IDiff[] getChanges()
IStatus[] getErrors()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.