public abstract class AbstractCExtension extends org.eclipse.core.runtime.PlatformObject implements ICExtension
| Constructor and Description |
|---|
AbstractCExtension() |
| Modifier and Type | Method and Description |
|---|---|
ICConfigExtensionReference |
getConfigExtensionReference()
Returns the extension reference this extension was created from.
|
ICExtensionReference |
getExtensionReference()
Deprecated.
Use
getConfigExtensionReference() instead. |
org.eclipse.core.resources.IProject |
getProject()
Returns the project for which this extension is defined.
|
void |
setExtensionReference(ICConfigExtensionReference extReference) |
void |
setExtensionReference(ICExtensionReference extReference)
Deprecated.
|
void |
setProject(org.eclipse.core.resources.IProject project) |
public final org.eclipse.core.resources.IProject getProject()
getProject in interface ICExtension@Deprecated public final ICExtensionReference getExtensionReference()
getConfigExtensionReference() instead.null!getExtensionReference in interface ICExtensionpublic final ICConfigExtensionReference getConfigExtensionReference()
getConfigExtensionReference in interface ICExtensionpublic void setProject(org.eclipse.core.resources.IProject project)
@Deprecated public void setExtensionReference(ICExtensionReference extReference)
public void setExtensionReference(ICConfigExtensionReference extReference)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.