Package | Description |
---|---|
org.eclipse.pde.core.plugin |
Modifier and Type | Method and Description |
---|---|
IPluginExtensionPoint |
IExtensionsModelFactory.createExtensionPoint()
Creates a new extension point instance
|
IPluginExtensionPoint[] |
IExtensions.getExtensionPoints()
Returns extension points defined in this object.
|
Modifier and Type | Method and Description |
---|---|
void |
IExtensions.add(IPluginExtensionPoint extensionPoint)
Adds a new extension point to this object.
|
void |
IExtensions.remove(IPluginExtensionPoint extensionPoint)
Removes an extension point from this object.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.