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.addWorkspaceRuntime(MavenRuntime workspaceRuntime) |
void |
MavenRuntimeManager.setDefaultRuntime(MavenRuntime runtime) |
void |
MavenRuntimeManager.setEmbeddedRuntime(MavenRuntime embeddedRuntime) |
void |
MavenRuntimeManager.setWorkspaceRuntime(MavenRuntime workspaceRuntime)
Deprecated.
use
addWorkspaceRuntime(runtime) |
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeManager.setRuntimes(List<MavenRuntime> runtimes) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkspaceRuntime
Maven 3.0-SNAPSHOT runtime loaded from the Eclipse Workspace
|
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
|
class |
TeslaWorkspaceRuntime
Tesla 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) |
Modifier and Type | Method and Description |
---|---|
MavenRuntime |
MavenRuntimeSelector.getSelectedRuntime() |
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeSelector.setSelectRuntime(MavenRuntime runtime) |
Copyright © 2005–2013 Sonatype, Inc.. All rights reserved.