public interface IIndexChangeEvent
Modifier and Type | Method and Description |
---|---|
ICProject |
getAffectedProject()
Returns the project for which the index has changed.
|
Set<IIndexFileLocation> |
getFilesCleared()
Returns the set of files that has been cleared in the index.
|
Set<IIndexFileLocation> |
getFilesWritten()
Returns the set of files that has been added or updated.
|
boolean |
hasNewFile()
Returns
true when a new file had been added to the index. |
boolean |
isCleared()
Returns
true when the index for the project was cleared. |
boolean |
isReloaded()
Returns
true when the index for the project was loaded for the first time or
reloaded with a different database. |
ICProject getAffectedProject()
boolean isReloaded()
true
when the index for the project was loaded for the first time or
reloaded with a different database.boolean isCleared()
true
when the index for the project was cleared.Set<IIndexFileLocation> getFilesCleared()
isCleared()
returns true
, the set will be empty.Set<IIndexFileLocation> getFilesWritten()
isCleared()
returns
true
, the files of the set have been written after the index was cleared.boolean hasNewFile()
true
when a new file had been added to the index.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.