Eclipse PDE
Release 3.8

Uses of Interface
org.eclipse.pde.core.build.IBuildModel

Packages that use IBuildModel
org.eclipse.pde.core.build   
org.eclipse.pde.core.plugin Application programming interfaces for working with PDE's model of plug-ins. 
 

Uses of IBuildModel in org.eclipse.pde.core.build
 

Methods in org.eclipse.pde.core.build that return IBuildModel
 IBuildModel IBuildEntry.getModel()
          Returns a model that owns this entry
 

Uses of IBuildModel in org.eclipse.pde.core.plugin
 

Methods in org.eclipse.pde.core.plugin that return IBuildModel
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.
 


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.