Modifier and Type | Method and Description |
---|---|
static boolean |
M2EUtils.definesPlugin(org.apache.maven.project.MavenProject project,
MojoExecutionKey key) |
static Collection<org.apache.maven.project.MavenProject> |
M2EUtils.getDefiningProjects(MojoExecutionKey key,
Collection<org.apache.maven.project.MavenProject> projects) |
Modifier and Type | Method and Description |
---|---|
void |
BuildDebugHook.buildParticipant(IMavenProjectFacade projectFacade,
MojoExecutionKey mojoExecutionKey,
AbstractBuildParticipant participant,
Set<File> files,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
Set<org.eclipse.core.resources.IProject> |
MavenBuilderImpl.build(org.apache.maven.execution.MavenSession session,
IMavenProjectFacade projectFacade,
int kind,
Map<String,String> args,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
BuildDebugHook.buildStart(IMavenProjectFacade projectFacade,
int kind,
Map<String,String> args,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
MavenBuilderImpl.clean(org.apache.maven.execution.MavenSession session,
IMavenProjectFacade projectFacade,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
InvalidLifecycleMapping.getBuildParticipants(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
LifecycleMappingResult.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
List<PluginExecutionMetadata> |
MappingMetadataSource.getPluginExecutionMetadata(MojoExecutionKey execution) |
List<PluginExecutionMetadata> |
SimpleMappingMetadataSource.getPluginExecutionMetadata(MojoExecutionKey execution) |
Modifier and Type | Method and Description |
---|---|
static void |
LifecycleMappingFactory.instantiateProjectConfigurators(org.apache.maven.project.MavenProject mavenProject,
LifecycleMappingResult result,
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> map) |
void |
LifecycleMappingResult.setMojoExecutionMapping(Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping) |
Constructor and Description |
---|
ActionMessageProblemInfo(String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation,
boolean pomMapping) |
MojoExecutionProblemInfo(String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
MojoExecutionProblemInfo(String message,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
NotCoveredMojoExecution(MojoExecutionKey mojoExecutionKey,
int severity,
SourceLocation markerLocation) |
NotCoveredMojoExecution(MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation)
|
Modifier and Type | Method and Description |
---|---|
MojoExecutionKey |
MojoExecutionMappingConfiguration.getExecution() |
MojoExecutionKey |
MojoExecutionMappingConfiguration.MojoExecutionMappingRequirement.getExecution() |
MojoExecutionKey |
MojoExecutionMappingConfiguration.ProjectConfiguratorMappingRequirement.getExecution() |
MojoExecutionKey |
MojoExecutionMappingConfiguration.getMojoExecutionKey() |
Constructor and Description |
---|
MojoExecutionMappingConfiguration(MojoExecutionKey execution,
IPluginExecutionMetadata mapping) |
MojoExecutionMappingRequirement(MojoExecutionKey execution) |
MojoExecutionMappingRequirement(MojoExecutionKey execution,
String packaging) |
ProjectConfiguratorMappingRequirement(MojoExecutionKey execution,
String configuratorId) |
Modifier and Type | Method and Description |
---|---|
boolean |
PluginExecutionFilter.match(MojoExecutionKey mojoExecution)
Returns true if mojoExecution matches this key or false otherwise.
|
Modifier and Type | Method and Description |
---|---|
static MojoExecutionKey |
MarkerUtils.getMojoExecution(org.eclipse.core.resources.IMarker marker)
Returns the
MojoExecutionKey bound to an IMarker , or null if one of the groupId, artifactId,
executionId or goal attribute is missing. |
Modifier and Type | Method and Description |
---|---|
static SourceLocation |
SourceLocationHelper.findLocation(org.apache.maven.project.MavenProject mavenProject,
MojoExecutionKey mojoExecutionKey) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
LifecycleMappingConfiguration.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.util.xml.Xpp3Dom |
LifecycleMappingConfiguration.getMojoExecutionConfiguration(MojoExecutionKey key) |
Constructor and Description |
---|
LifecycleMappingConfiguration(String lifecycleMappingId,
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping,
Map<MojoExecutionKey,org.codehaus.plexus.util.xml.Xpp3Dom> mojoExecutionConfiguration) |
LifecycleMappingConfiguration(String lifecycleMappingId,
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping,
Map<MojoExecutionKey,org.codehaus.plexus.util.xml.Xpp3Dom> mojoExecutionConfiguration) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
MavenProjectFacade.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.plugin.MojoExecution |
MavenProjectFacade.getMojoExecution(MojoExecutionKey mojoExecutionKey,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProjectFacade.setMojoExecutionMapping(Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
IMavenProjectFacade.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.plugin.MojoExecution |
IMavenProjectFacade.getMojoExecution(MojoExecutionKey mojoExecutionKey,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns fully setup MojoExecution instance bound to project build lifecycle that matches provided mojoExecutionKey.
|
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
AbstractCustomizableLifecycleMapping.getBuildParticipants(IMavenProjectFacade projectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
ILifecycleMapping.getBuildParticipants(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns map of AbstractBuildParticipants by MojoExecutionKey that need to be executed during Eclipse workspace
build.
|
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
NoopLifecycleMapping.getBuildParticipants(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static Map<String,Set<MojoExecutionKey>> |
AbstractProjectConfigurator.getConfiguratorExecutions(IMavenProjectFacade projectFacade) |
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
ILifecycleMappingConfiguration.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.util.xml.Xpp3Dom |
ILifecycleMappingConfiguration.getMojoExecutionConfiguration(MojoExecutionKey key) |
boolean |
AbstractProjectConfigurator.hasConfigurationChanged(IMavenProjectFacade newFacade,
ILifecycleMappingConfiguration oldProjectConfiguration,
MojoExecutionKey key,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns true if project configuration has changed and running
AbstractProjectConfigurator.configure(ProjectConfigurationRequest, IProgressMonitor) is required. |
Modifier and Type | Method and Description |
---|---|
void |
BuildDebugView.buildParticipant(IMavenProjectFacade projectFacade,
MojoExecutionKey mojoExecutionKey,
AbstractBuildParticipant participant,
Set<File> files,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
BuildDebugView.buildStart(IMavenProjectFacade projectFacade,
int kind,
Map<String,String> args,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
static void |
MavenDiscovery.launchWizard(Collection<String> packagingTypes,
Collection<MojoExecutionKey> mojos,
Collection<String> lifecycleIds,
Collection<String> configuratorIds) |
static void |
MavenDiscovery.launchWizard(org.eclipse.swt.widgets.Shell shell,
Collection<String> packagingTypes,
Collection<MojoExecutionKey> mojos,
Collection<String> lifecycleIds,
Collection<String> configuratorIds) |
Modifier and Type | Method and Description |
---|---|
Collection<MojoExecutionKey> |
MavenCatalogConfiguration.getSelectedMojos() |
Modifier and Type | Method and Description |
---|---|
void |
MavenCatalogConfiguration.setSelectedMojos(Collection<MojoExecutionKey> mojos) |
Modifier and Type | Method and Description |
---|---|
protected List<MojoExecutionKey> |
AbstractLifecycleMappingTest.getNotCoveredMojoExecutions(IMavenProjectFacade facade) |
Modifier and Type | Method and Description |
---|---|
static void |
WorkspaceHelpers.assertErrorMarkerAttributes(org.eclipse.core.resources.IMarker marker,
MojoExecutionKey mojoExecution) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.