Package | Description |
---|---|
org.eclipse.pde.core.build |
Application programming interfaces for working with PDE's model of build.properties.
|
org.eclipse.pde.core.plugin |
Application programming interfaces for working with PDE's model of plug-ins.
|
Modifier and Type | Method and Description |
---|---|
IBuildModel |
IBuildEntry.getModel()
Returns a model that owns this entry
|
Modifier and Type | Method and Description |
---|---|
static IBuildModel |
PluginRegistry.createBuildModel(IPluginModelBase model)
Creates and returns a model associated with the
build.properties of a bundle
in the workspace or null if none. |
IBuildModel |
IPluginModelBase.getBuildModel()
Deprecated.
This method has always returned
null .
Since 3.7, use PluginRegistry.createBuildModel(IPluginModelBase) instead. |
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.