Eclipse PDE
Release 3.0

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.


Method Summary
 IPluginImport createImport()
          Creates a new plug-in import
 IPluginLibrary createLibrary()
          Creates a new library instance
 
Methods inherited from interface org.eclipse.pde.core.plugin.IExtensionsModelFactory
createAttribute, createElement, createExtension, createExtensionPoint
 

Method Detail

createImport

public IPluginImport createImport()
Creates a new plug-in import

Returns:
a new plug-in import instance

createLibrary

public IPluginLibrary createLibrary()
Creates a new library instance

Returns:
a new library instance

Eclipse PDE
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.