Package org.eclipse.pde.core.project
Application programming interfaces to create new plug-in projects programmatically.
Package Specification
Provides an OSGi service, described by IBundleProjectService, that supports programmatic creation of plug-in projects. The interfaces required to describe the project are also included in this package.-
Interface Summary Interface Description IBundleClasspathEntry Specifies the origin of source, class files, and/or archive for an entry on the Bundle-Classpath header.IBundleProjectDescription Describes a project representing an OSGi bundle.IBundleProjectService Service used to create and configure bundle project descriptions.IHostDescription Describes a fragment host.IPackageExportDescription Describes a package export.IPackageImportDescription Describes a package import.IRequiredBundleDescription Describes a required bundle.