Package org.eclipse.team.core
Class ScmUrlImportDescription
java.lang.Object
org.eclipse.team.core.ScmUrlImportDescription
Describes how a bundle import will be executed. A bundle importer delegate
creates bundle import descriptions when it validates bundle manifests for
importing. The result, a set of bundle import descriptions is then passed to
TeamUI, which basing on the info from the descriptions instantiate and
initialize IScmUrlImportWizardPage pages. The pages can be used to alter the
default import configuration e.g. for bundles stored in a CVS repository the
user may want to check out HEAD rather than a specific version.
EXPERIMENTAL. This class has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the Team team.
- Since:
- 3.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String key) Returns the specified client property, ornull
if none.getUri()
getUrl()
SCM URLvoid
setProperty
(String key, Object value) Sets or removes a client property.void
-
Constructor Details
-
ScmUrlImportDescription
-
-
Method Details
-
getProject
- Returns:
- project name
-
getUrl
SCM URL- Returns:
- a string representation of the SCM URL
-
getUri
-
setUrl
-
setProperty
Sets or removes a client property.- Parameters:
key
- property keyvalue
- property value ornull
to remove the property
-
getProperty
Returns the specified client property, ornull
if none.- Parameters:
key
- property key- Returns:
- property value or
null
-