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 |
---|---|
IPluginLibrary |
IPluginModelFactory.createLibrary()
Creates a new library instance
|
IPluginLibrary[] |
IPluginBase.getLibraries()
Returns libraries referenced in this plug-in.
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginBase.add(IPluginLibrary library)
Adds a new library to this plugin.
|
void |
IPluginBase.remove(IPluginLibrary library)
Removes a library from the plugin.
|
void |
IPluginBase.swap(IPluginLibrary l1,
IPluginLibrary l2)
Swaps the positions of the provided libraries
in the list of libraries.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.