| Package | Description |
|---|---|
| org.eclipse.m2e.scm.internal.wizards | |
| org.eclipse.m2e.scm.spi |
| Modifier and Type | Field and Description |
|---|---|
(package private) ScmUrl[] |
MavenCheckoutLocationPage.scmUrls |
private ScmUrl[] |
MavenCheckoutWizard.urls |
| Modifier and Type | Method and Description |
|---|---|
ScmUrl[] |
MavenCheckoutLocationPage.getUrls() |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
MavenCheckoutWizard.getParentUrl(ScmUrl[] urls) |
private boolean |
MavenCheckoutLocationPage.isEmptyScmUrl(ScmUrl[] scmUrls) |
void |
MavenCheckoutLocationPage.setUrls(ScmUrl[] urls) |
private void |
MavenCheckoutWizard.setUrls(ScmUrl[] urls) |
| Constructor and Description |
|---|
MavenCheckoutWizard(ScmUrl[] urls) |
| Modifier and Type | Method and Description |
|---|---|
ScmUrl |
ScmHandlerUi.selectUrl(org.eclipse.swt.widgets.Shell shell,
ScmUrl scmUrl)
Show repository browser dialog and allow user to select location
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScmHandlerUi.isValidRevision(ScmUrl scmUrl,
java.lang.String scmRevision) |
java.lang.String |
ScmHandlerUi.selectRevision(org.eclipse.swt.widgets.Shell shell,
ScmUrl scmUrl,
java.lang.String scmRevision)
Show revision/tag browser dialog and allow user to select revision/tag
|
ScmUrl |
ScmHandlerUi.selectUrl(org.eclipse.swt.widgets.Shell shell,
ScmUrl scmUrl)
Show repository browser dialog and allow user to select location
|