Package | Description |
---|---|
org.eclipse.m2e.core.embedder | |
org.eclipse.m2e.core.internal.launch |
Modifier and Type | Method and Description |
---|---|
static MavenRuntime |
MavenRuntimeManager.createExternalRuntime(String location)
Deprecated.
|
MavenRuntime |
MavenRuntimeManager.getDefaultRuntime()
Deprecated.
|
MavenRuntime |
MavenRuntimeManager.getRuntime(String location)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MavenRuntime> |
MavenRuntimeManager.getMavenRuntimes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeManager.setDefaultRuntime(MavenRuntime runtime)
Deprecated.
|
void |
MavenRuntimeManager.setEmbeddedRuntime(MavenRuntime embeddedRuntime)
Deprecated.
this method does nothing
|
void |
MavenRuntimeManager.setWorkspaceRuntime(MavenRuntime workspaceRuntime)
Deprecated.
this method does nothing
|
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeManager.setRuntimes(List<MavenRuntime> runtimes)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMavenRuntime |
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
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.