Package | Description |
---|---|
org.eclipse.m2e.core.internal.lifecyclemapping | |
org.eclipse.m2e.core.internal.markers | |
org.eclipse.m2e.tests.common |
Modifier and Type | Method and Description |
---|---|
SourceLocation |
LifecycleMappingConfigurationException.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingConfigurationException.setLocation(SourceLocation location) |
Constructor and Description |
---|
ActionMessageProblemInfo(String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation,
boolean pomMapping) |
LifecycleMappingConfigurationException(String message,
SourceLocation location) |
MissingConfiguratorProblemInfo(String configuratorId,
SourceLocation markerLocation) |
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 |
---|---|
static SourceLocation |
SourceLocationHelper.findLocation(org.eclipse.core.resources.IResource pomResource,
org.apache.maven.model.building.ModelProblem modelProblem) |
static SourceLocation |
SourceLocationHelper.findLocation(org.apache.maven.project.MavenProject mavenProject,
org.eclipse.aether.graph.Dependency dependency) |
static SourceLocation |
SourceLocationHelper.findLocation(org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.model.Dependency dependency) |
static SourceLocation |
SourceLocationHelper.findLocation(org.apache.maven.project.MavenProject mavenProject,
MojoExecutionKey mojoExecutionKey) |
static SourceLocation |
SourceLocationHelper.findLocation(org.apache.maven.model.Plugin plugin,
String attribute) |
static SourceLocation |
SourceLocationHelper.findPackagingLocation(org.apache.maven.project.MavenProject mavenProject) |
SourceLocation |
SourceLocation.getLinkedLocation() |
SourceLocation |
MavenProblemInfo.getLocation() |
Constructor and Description |
---|
ArtifactNotFoundProblemInfo(org.eclipse.aether.artifact.Artifact artifact,
boolean offline,
SourceLocation location) |
MavenProblemInfo(SourceLocation location) |
MavenProblemInfo(SourceLocation location,
Throwable error) |
MavenProblemInfo(String message,
int severity,
SourceLocation location) |
MavenProblemInfo(String message,
SourceLocation location) |
SourceLocation(int lineNumber,
int columnStart,
int columnEnd,
SourceLocation linkedLocation) |
Modifier and Type | Method and Description |
---|---|
static void |
WorkspaceHelpers.assertMarkerLocation(SourceLocation markerLocation,
org.eclipse.core.resources.IMarker marker) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.