|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.core.ScmUrlImportDescription
public class 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.
Constructor Summary | |
---|---|
ScmUrlImportDescription(String url,
String project)
|
Method Summary | |
---|---|
String |
getProject()
|
Object |
getProperty(String key)
Returns the specified client property, or null if none. |
URI |
getUri()
|
String |
getUrl()
SCM URL |
void |
setProperty(String key,
Object value)
Sets or removes a client property. |
void |
setUrl(String url)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScmUrlImportDescription(String url, String project)
Method Detail |
---|
public String getProject()
public String getUrl()
public URI getUri()
public void setUrl(String url)
public void setProperty(String key, Object value)
key
- property keyvalue
- property value or null
to remove the propertypublic Object getProperty(String key)
null
if none.
key
- property key
null
|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.