public class ScmUrlImportDescription extends Object
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 and Description |
---|
ScmUrlImportDescription(String url,
String project) |
Modifier and Type | Method and Description |
---|---|
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) |
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 property
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.