public abstract class CExternalSettingProvider extends Object
Constructor and Description |
---|
CExternalSettingProvider() |
Modifier and Type | Method and Description |
---|---|
abstract CExternalSetting[] |
getSettings(org.eclipse.core.resources.IProject project,
ICConfigurationDescription cfg)
Hook for fetching external settings from the contributed external setting provider
|
CExternalSetting[] |
getSettings(org.eclipse.core.resources.IProject project,
ICConfigurationDescription cfg,
CExternalSetting[] previousSettings)
Hook for fetching external settings from the contributed external settings provider.
|
public abstract CExternalSetting[] getSettings(org.eclipse.core.resources.IProject project, ICConfigurationDescription cfg)
project
- cfg
- ICConfigurationDescription for which to fetch contributed external settingspublic CExternalSetting[] getSettings(org.eclipse.core.resources.IProject project, ICConfigurationDescription cfg, CExternalSetting[] previousSettings)
project
- IProjectcfg
- ICConfigurationDescription for which to fetch contributed external settingspreviousSettings
- external settings as cached by cdt.core for this CExternalSettingProvider
or an empty arrayCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.