Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.pde.core.build
Interface IBuildModel  view IBuildModel download IBuildModel.java

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.pde.core.IBaseModel, org.eclipse.pde.core.IModel, org.eclipse.pde.core.IModelChangeProvider

public interface IBuildModel
extends org.eclipse.pde.core.IModel, org.eclipse.pde.core.IModelChangeProvider

This model is created from the "plugin.jars" file that defines what source folders in the plug-in are to be used to build require plug-in Jars.

If this model is editable, isEditable() will return true and the model instance will implement IEditable interface. The model is capable of providing change notification for the registered listeners.


Method Summary
 IBuild getBuild()
          Returns the top-level model object of this model.
 IBuildModelFactory getFactory()
          Returns the factory that should be used to create new instance of model objects.
 java.lang.String getInstallLocation()
          Returns the location of the file used to create the model.
 
Methods inherited from interface org.eclipse.pde.core.IModel
getResourceString, getTimeStamp, getUnderlyingResource, isInSync, isLoaded, isReconcilingModel, load, load, reload
 
Methods inherited from interface org.eclipse.pde.core.IBaseModel
dispose, isDisposed, isEditable, isValid
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.pde.core.IModelChangeProvider
addModelChangedListener, fireModelChanged, fireModelObjectChanged, removeModelChangedListener
 

Method Detail

getBuild

public IBuild getBuild()
Returns the top-level model object of this model.


getFactory

public IBuildModelFactory getFactory()
Returns the factory that should be used to create new instance of model objects.


getInstallLocation

public java.lang.String getInstallLocation()
Returns the location of the file used to create the model.