public interface ICConfigExtensionReference
Modifier and Type | Method and Description |
---|---|
ICConfigurationDescription |
getConfiguration()
Returns the project descriptor which this extension reference belongs to.
|
String |
getExtensionData(String key)
Gets a value of the key from the .cdtproject file set by
setExtensionData()
|
String |
getExtensionPoint()
Return the extension point of this reference.
|
String |
getID()
Return the extension ID of this reference.
|
void |
setExtensionData(String key,
String value)
Sets a name/value data pair on this reference in the .cdtproject file
|
String getExtensionPoint()
String getID()
void setExtensionData(String key, String value) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
String getExtensionData(String key)
ICConfigurationDescription getConfiguration()
ICConfigurationDescription
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.