Package org.eclipse.pde.core.plugin
Interface IPluginModelFactory
- 
- All Superinterfaces:
- IExtensionsModelFactory
 
 public interface IPluginModelFactory extends IExtensionsModelFactory This factory should be used to create instances of the plug-in model objects.- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IPluginImportcreateImport()Creates a new plug-in importIPluginLibrarycreateLibrary()Creates a new library instance- 
Methods inherited from interface org.eclipse.pde.core.plugin.IExtensionsModelFactorycreateAttribute, createElement, createExtension, createExtensionPoint
 
- 
 
- 
- 
- 
Method Detail- 
createImportIPluginImport createImport() Creates a new plug-in import- Returns:
- a new plug-in import instance
 
 - 
createLibraryIPluginLibrary createLibrary() Creates a new library instance- Returns:
- a new library instance
 
 
- 
 
-