org.eclipse.pde.internal.core.ibundle |
|
Java Source File Name | Type | Comment |
IBundle.java | Interface | |
IBundleFragment.java | Interface | An extension of bundle plug-in base that is used
specifically for root model objects of fragments with
OSGi manifest. |
IBundleFragmentModel.java | Interface | An extension of the bundle plug-in model base that
is used specifically for fragment models with OSGi manifests. |
IBundleModel.java | Interface | This model is created from the "META-INF/MANIFEST.MF" file that represents
the plug-in manifest in Eclipse 3.0 OSGi format.
If this model is editable, isEditable() will return true and the model
instance will implement IEditable interface. |
IBundleModelFactory.java | Interface | This factory should be used to create
instances of a manifest.mf header. |
IBundlePlugin.java | Interface | An extension of bundle plug-in base that is used
specifically for root model objects of plug-ins with
OSGi manifest. |
IBundlePluginBase.java | Interface | This interface represents an adapter that merges the notion of
a plug-in base (either plug-in or fragment) and OSGi bundle. |
IBundlePluginModel.java | Interface | An extension of the bundle plug-in model base that
is used specifically for plug-in models with OSGi manifests. |
IBundlePluginModelBase.java | Interface | An adapter of the pre-3.0 plug-in model base interface that is capable of
maintaining the predictable facade when dealing with plug-in with OSGi
manifest files. |
IBundlePluginModelProvider.java | Interface | Models that implement this interface can provide a reference
of the bundle plug-in model that owns the model in question.
This interface allows objects of these models to reach up
to the parent adapter without making too many assumptions
about the nature of the parent. |
IManifestHeader.java | Interface | |