Package | Description |
---|---|
org.eclipse.m2e.core.embedder | |
org.eclipse.m2e.core.internal.launch |
Modifier and Type | Method and Description |
---|---|
static MavenRuntime |
MavenRuntimeManager.createExternalRuntime(java.lang.String location)
Deprecated.
|
MavenRuntime |
MavenRuntimeManager.getDefaultRuntime()
Deprecated.
|
MavenRuntime |
MavenRuntimeManager.getRuntime(java.lang.String location)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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
|