Package | Description |
---|---|
org.eclipse.m2e.core.embedder | |
org.eclipse.m2e.core.internal.builder | |
org.eclipse.m2e.core.internal.embedder | |
org.eclipse.m2e.editor.xml.internal.mojo |
Modifier and Type | Method and Description |
---|---|
IMavenExecutionContext |
IMaven.createExecutionContext()
Creates and returns new, possibly nested, maven execution context.
|
IMavenExecutionContext |
IMaven.getExecutionContext()
Returns execution context associated with the current thread or
null if the current thread does not
have associated maven execution context. |
Modifier and Type | Method and Description |
---|---|
V |
ICallable.call(IMavenExecutionContext context,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract T |
MavenBuilder.BuildMethod.method(IMavenExecutionContext context,
IMavenProjectFacade projectFacade,
java.util.Map<MojoExecutionKey,java.util.List<AbstractBuildParticipant>> buildParticipantsByMojoExecutionKey,
int kind,
java.util.Map<java.lang.String,java.lang.String> args,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
MavenExecutionContext |
Modifier and Type | Method and Description |
---|---|
private IMavenExecutionContext |
MavenImpl.context() |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
AbstractRunnable.call(IMavenExecutionContext context,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected abstract void |
AbstractRunnable.run(IMavenExecutionContext context,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
(package private) org.apache.maven.plugin.descriptor.PluginDescriptor |
MojoParameterMetadataProvider.getPluginDescriptor(ArtifactKey pluginKey,
IMavenExecutionContext context,
org.eclipse.core.runtime.IProgressMonitor monitor) |
(package private) org.apache.maven.project.MavenProject |
MojoParameterMetadataProvider.getProject(IMavenExecutionContext context) |