public interface ICDescriptionDelta
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE_CFG |
static int |
ADDED
kind specifying that the setting object returned by
the
getSetting() was added
the getNewSetting() returns the same object as getSetting()
the getOldSetting() returns null |
static int |
BINARY_PARSER_IDS |
static int |
CFG_REF_ADDED |
static int |
CFG_REF_REMOVED |
static int |
CHANGED
kind specifying that the setting object was changed
the
getNewSetting() returns new object
the getOldSetting() returns old object
the getSetting() returns the same object as getNewSetting() |
static int |
DESCRIPTION |
static int |
ERROR_PARSER_IDS |
static int |
EXCLUDE |
static int |
EXT_REF |
static int |
EXTERNAL_SETTINGS_ADDED |
static int |
EXTERNAL_SETTINGS_REMOVED |
static int |
INDEX_CFG |
static int |
LANGUAGE_ID |
static int |
LANGUAGE_SETTINGS_PROVIDERS |
static int |
NAME |
static int |
OWNER |
static int |
PROJECT_CREAION_COMPLETED
specifies that the project "isCdtProjectCreating" state was set to false
the PROJECT_CREAION_COMPLETED delta gets notified ONLY in case
the project previously contained the project description with
the true "isCdtProjectCreating" state
in case the initial project description does NOT contain the true "isCdtProjectCreating"
the project is considered as initialized from the very beginning
and the PROJECT_CREAION_COMPLETED delta is NOT notified
|
static int |
REMOVED
kind specifying that the setting object returned by
the
getSetting() was removed
the getNewSetting() returns null
the getOldSetting() returns the same object as getSetting() |
static int |
SETTING_CFG |
static int |
SETTING_ENTRIES |
static int |
SOURCE_ADDED |
static int |
SOURCE_CONTENT_TYPE |
static int |
SOURCE_ENTENSIONS
Deprecated.
Use ICDescriptionDelta.SOURCE_EXTENSIONS @noreference This field is not intended to be referenced by clients.
|
static int |
SOURCE_EXTENSIONS |
static int |
SOURCE_REMOVED |
Modifier and Type | Method and Description |
---|---|
int |
getAddedEntriesKinds() |
int |
getChangeFlags() |
ICDescriptionDelta[] |
getChildren() |
int |
getDeltaKind()
returns the kind
|
ICSettingObject |
getNewSetting() |
ICSettingObject |
getOldSetting() |
ICDescriptionDelta |
getParent() |
int |
getRemovedEntriesKinds() |
int |
getReorderedEntriesKinds() |
ICSettingObject |
getSetting() |
int |
getSettingType() |
static final int REMOVED
getSetting()
was removed
the getNewSetting()
returns null
the getOldSetting()
returns the same object as getSetting()
static final int ADDED
getSetting()
was added
the getNewSetting()
returns the same object as getSetting()
the getOldSetting()
returns nullstatic final int CHANGED
getNewSetting()
returns new object
the getOldSetting()
returns old object
the getSetting()
returns the same object as getNewSetting()
static final int ACTIVE_CFG
static final int NAME
static final int DESCRIPTION
static final int LANGUAGE_ID
static final int SOURCE_CONTENT_TYPE
static final int SOURCE_EXTENSIONS
@Deprecated static final int SOURCE_ENTENSIONS
static final int SETTING_ENTRIES
static final int BINARY_PARSER_IDS
static final int ERROR_PARSER_IDS
static final int EXCLUDE
static final int SOURCE_ADDED
static final int SOURCE_REMOVED
static final int EXTERNAL_SETTINGS_ADDED
static final int EXTERNAL_SETTINGS_REMOVED
static final int CFG_REF_ADDED
static final int CFG_REF_REMOVED
static final int EXT_REF
static final int OWNER
static final int INDEX_CFG
static final int SETTING_CFG
static final int LANGUAGE_SETTINGS_PROVIDERS
static final int PROJECT_CREAION_COMPLETED
int getChangeFlags()
int getSettingType()
int getAddedEntriesKinds()
int getRemovedEntriesKinds()
int getReorderedEntriesKinds()
ICDescriptionDelta[] getChildren()
ICSettingObject getNewSetting()
ICSettingObject getSetting()
ICSettingObject getOldSetting()
ICDescriptionDelta getParent()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.