Package | Description |
---|---|
org.eclipse.pde.core.plugin |
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) IBM Corp. and others 2000, 2006. All Rights Reserved.