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

Quick Search    Search Deep

org.eclipse.pde.core.build: Javadoc index of package org.eclipse.pde.core.build.


Package Samples:

org.eclipse.pde.core.build

Classes:

IBuildModel: 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.
IBuildModelFactory: This model factory should be used to create new instances of plugin.jars model objects.
IBuild: The top-level model object of the model that is created from "build.properties" file.
IBuildEntry: Jar entry represents one 'library=folder list' entry in plugin.jars file.

Home | Contact Us | Privacy Policy | Terms of Service