Package | Description |
---|---|
org.eclipse.m2e.core.embedder | |
org.eclipse.m2e.core.internal.embedder | |
org.eclipse.m2e.core.ui.internal.preferences | |
org.eclipse.m2e.internal.launch |
Modifier and Type | Method and Description |
---|---|
static MavenRuntime |
MavenRuntimeManager.createExternalRuntime(String location) |
MavenRuntime |
MavenRuntimeManager.getDefaultRuntime() |
MavenRuntime |
MavenRuntimeManager.getRuntime(String location) |
Modifier and Type | Method and Description |
---|---|
List<MavenRuntime> |
MavenRuntimeManager.getMavenRuntimes() |
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeManager.setDefaultRuntime(MavenRuntime runtime) |
void |
MavenRuntimeManager.setEmbeddedRuntime(MavenRuntime embeddedRuntime) |
void |
MavenRuntimeManager.setWorkspaceRuntime(MavenRuntime workspaceRuntime) |
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeManager.setRuntimes(List<MavenRuntime> runtimes) |
Modifier and Type | Class and Description |
---|---|
class |
MavenEmbeddedRuntime
Embedded Maven runtime
|
class |
MavenExternalRuntime
Maven external runtime using ClassWorlds launcher
|
class |
MavenWorkspaceRuntime
Maven 3.0-SNAPSHOT runtime loaded from the Eclipse Workspace
|
Modifier and Type | Method and Description |
---|---|
protected MavenRuntime |
MavenInstallationsPreferencePage.getSelectedMavenRuntime() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenInstallationsPreferencePage.setCheckedRuntime(MavenRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
static MavenRuntime |
MavenLaunchUtils.getMavenRuntime(org.eclipse.debug.core.ILaunchConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static String |
MavenLaunchUtils.getCliResolver(MavenRuntime runtime) |
Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.