Uses of Interface
org.eclipse.pde.core.IModel
Package
Description
Application programming interfaces for working with PDE's models.
Application programming interfaces for working with PDE's model of build.properties.
Application programming interfaces for working with PDE's model of plug-ins.
Application programming interfaces to access and modify the PDE target platform.
-
Uses of IModel in org.eclipse.pde.core
Modifier and TypeMethodDescriptionIModel[]
IModelProviderEvent.getAddedModels()
Returns the models that are addedIModel[]
IModelProviderEvent.getChangedModels()
Returns the models that has changedIModel[]
IModelProviderEvent.getRemovedModels()
Returns the models that are removed -
Uses of IModel in org.eclipse.pde.core.build
Modifier and TypeInterfaceDescriptioninterface
This model is created from thebuild.properties
file that defines what source folders in the plug-in are to be used to build require plug-in Jars. -
Uses of IModel in org.eclipse.pde.core.plugin
Modifier and TypeInterfaceDescriptioninterface
This type of model is created by parsing the manifest file.interface
This type of model is created by parsing the manifest file.interface
This type of model is created by parsing the manifest file.interface
This type of model is created by parsing the manifest file.interface
This type of model is created by parsing the plug-in manifest file but only takes the extensions and extension points into account.interface
This type of model is created by parsing the manifest file. -
Uses of IModel in org.eclipse.pde.core.target
ModifierConstructorDescriptionprotected
TargetFeature
(IModel featureModel) Constructs a target feature for a feature from anIFeatureModel
.