public interface IBuildModel extends IModel, IModelChangeProvider
build.properties
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.
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getInstallLocation()
Returns the location of the file
used to create the model.
|
getResourceString, getTimeStamp, getUnderlyingResource, isInSync, isLoaded, isReconcilingModel, load, load, reload
dispose, isDisposed, isEditable, isValid
getAdapter
addModelChangedListener, fireModelChanged, fireModelObjectChanged, removeModelChangedListener
IBuild getBuild()
IBuildModelFactory getFactory()
String getInstallLocation()
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.