Uses of Interface
org.eclipse.pde.core.plugin.IPluginLibrary
Package
Description
Application programming interfaces for working with PDE's model of plug-ins.
-
Uses of IPluginLibrary in org.eclipse.pde.core.plugin
Modifier and TypeMethodDescriptionIPluginModelFactory.createLibrary()
Creates a new library instanceIPluginBase.getLibraries()
Returns libraries referenced in this plug-in.Modifier and TypeMethodDescriptionvoid
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.