Package | Description |
---|---|
org.eclipse.pde.core.plugin |
Application programming interfaces for working with PDE's model of plug-ins.
|
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) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.