org.eclipse.pde.core.build |
|
Java Source File Name | Type | Comment |
IBuild.java | Interface | The top-level model object of the model that is created from
"build.properties" file. |
IBuildEntry.java | Interface | Jar entry represents one 'library=folder list' entry
in plugin.jars file. |
IBuildModel.java | Interface | This model is created from the "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. |
IBuildModelFactory.java | Interface | This model factory should be used to
create new instances of plugin.jars model
objects. |