Uses of Class
org.eclipse.team.core.ScmUrlImportDescription
Package
Description
Application programming interfaces for importing projects into the workspace.
Provides basic support for managing Team providers.
-
Uses of ScmUrlImportDescription in org.eclipse.team.core.importing.provisional
Modifier and TypeMethodDescriptionBundleImporterDelegate.validateImport
(Map[] manifests) IBundleImporterDelegate.validateImport
(Map[] manifests) Returns an array of objects describing how each given bundle (manifest headers and values) can be imported into a workspace project.Modifier and TypeMethodDescriptionIProject[]
BundleImporterDelegate.performImport
(ScmUrlImportDescription[] descriptions, IProgressMonitor monitor) IProject[]
IBundleImporterDelegate.performImport
(ScmUrlImportDescription[] descriptions, IProgressMonitor monitor) Imports bundles into the workspace creating a project for each import description. -
Uses of ScmUrlImportDescription in org.eclipse.team.ui
Modifier and TypeMethodDescriptionIScmUrlImportWizardPage.getSelection()
Return the import descriptions for the page.Modifier and TypeMethodDescriptionvoid
IScmUrlImportWizardPage.setSelection
(ScmUrlImportDescription[] descriptions) Sets the import descriptions to be edited on the page.