Package org.eclipse.team.core.importing.provisional


package org.eclipse.team.core.importing.provisional
Application programming interfaces for importing projects into the workspace.

Package Specification

Provides support for importing projects into the workspace from a repository.

A bundle manifest may contain information identifying source code for the bundle or a project in a repository associated with the bundle. Clients may contribute implementations of org.eclipse.team.core.importing.provisional.IBundleImporter to the org.eclipse.team.core.bundleImporters extension point to participate in the import of bundles into workspace projects based on bundle manifests.

  • Class
    Description
    Abstract implementation of IBundleImporterDelegate.
    A bundle importer represents an instance of a bundle importer extension.
    A bundle importer delegate is contributed by a bundle importer extension and is capable of importing projects into the workspace from a repository based on bundle manifest entries.