| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWorkspaceRuntime |
class |
MavenEmbeddedRuntime
Embedded Maven runtime
|
class |
MavenExternalRuntime
Maven external runtime using ClassWorlds launcher
|
class |
MavenWorkspaceRuntime
Maven 3.x runtime loaded from the Eclipse Workspace
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMavenRuntime |
MavenRuntimeManagerImpl.getRuntime(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMavenRuntime> |
MavenRuntimeManagerImpl.getMavenRuntimes() |
List<AbstractMavenRuntime> |
MavenRuntimeManagerImpl.getMavenRuntimes(boolean available) |
Map<String,AbstractMavenRuntime> |
MavenRuntimeManagerImpl.getRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenRuntimeManagerImpl.setDefaultRuntime(AbstractMavenRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenRuntimeManagerImpl.setRuntimes(List<AbstractMavenRuntime> runtimes) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMavenRuntime |
MavenInstallationWizardPage.getResult() |
AbstractMavenRuntime |
MavenInstallationWizard.getResult() |
protected AbstractMavenRuntime |
MavenInstallationsPreferencePage.getSelectedMavenRuntime() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
MavenInstallationsPreferencePage.getForbiddenNames(AbstractMavenRuntime runtime) |
protected void |
MavenInstallationsPreferencePage.setCheckedRuntime(AbstractMavenRuntime runtime) |
| Constructor and Description |
|---|
MavenInstallationWizard(AbstractMavenRuntime original,
Set<String> names) |
MavenInstallationWizardPage(AbstractMavenRuntime original,
Set<String> usedNames) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMavenRuntime |
MavenLaunchUtils.getMavenRuntime(org.eclipse.debug.core.ILaunchConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
MavenLaunchUtils.getCliResolver(AbstractMavenRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMavenRuntime |
MavenRuntimeSelector.getSelectedRuntime() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
MavenRuntimeSelector.getType(AbstractMavenRuntime runtime) |
void |
MavenRuntimeSelector.setSelectRuntime(AbstractMavenRuntime runtime) |
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.