| Package | Description |
|---|---|
| org.eclipse.m2e.core.internal.embedder | |
| org.eclipse.m2e.core.internal.project.registry |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<java.util.Deque<MavenExecutionContext>> |
MavenExecutionContext.threadLocal |
| Modifier and Type | Method and Description |
|---|---|
MavenExecutionContext |
MavenImpl.createExecutionContext() |
MavenExecutionContext |
MavenImpl.getExecutionContext() |
static MavenExecutionContext |
MavenExecutionContext.getThreadContext() |
static MavenExecutionContext |
MavenExecutionContext.getThreadContext(boolean innermost) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Deque<MavenExecutionContext> |
MavenExecutionContext.suspend()
Suspends current Maven execution context, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MavenExecutionContext.resume(java.util.Deque<MavenExecutionContext> queue)
Resumes Maven execution context suspended with
suspend(). |
| Modifier and Type | Method and Description |
|---|---|
MavenExecutionContext |
ProjectRegistryManager.createExecutionContext(org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration) |
private MavenExecutionContext |
ProjectRegistryManager.createExecutionContext(IProjectRegistry state,
org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration) |