Package | Description |
---|---|
org.eclipse.m2e.core.internal.builder | |
org.eclipse.m2e.core.internal.lifecyclemapping | |
org.eclipse.m2e.core.internal.markers |
Constructor and Description |
---|
BuildProblemInfo(java.lang.Throwable error,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
Modifier and Type | Field and Description |
---|---|
private SourceLocation |
LifecycleMappingConfigurationException.location |
Modifier and Type | Method and Description |
---|---|
SourceLocation |
LifecycleMappingConfigurationException.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingConfigurationException.setLocation(SourceLocation location) |
Constructor and Description |
---|
ActionMessageProblemInfo(java.lang.String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation,
boolean pomMapping) |
LifecycleMappingConfigurationException(java.lang.String message,
SourceLocation location) |
MissingConfiguratorProblemInfo(java.lang.String configuratorId,
MojoExecutionKey mojoExecutionKey,
int severity,
SourceLocation markerLocation) |
MissingLifecycleExtensionPoint(java.lang.String lifecycleMappingId,
SourceLocation markerLocation) |
MojoExecutionProblemInfo(java.lang.String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
MojoExecutionProblemInfo(java.lang.String message,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
NotCoveredMojoExecution(MojoExecutionKey mojoExecutionKey,
int severity,
SourceLocation markerLocation) |
NotCoveredMojoExecution(MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation)
|
Modifier and Type | Field and Description |
---|---|
private SourceLocation |
SourceLocation.linkedLocation
A location linked to this location.
|
private SourceLocation |
MavenProblemInfo.location |
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,
java.lang.String attribute) |
static SourceLocation |
SourceLocationHelper.findPackagingLocation(org.apache.maven.project.MavenProject mavenProject) |
SourceLocation |
SourceLocation.getLinkedLocation() |
SourceLocation |
MavenProblemInfo.getLocation() |
Modifier and Type | Method and Description |
---|---|
private void |
MavenMarkerManager.addMissingArtifactProblemInfos(org.apache.maven.project.MavenProject mavenProject,
SourceLocation location,
java.util.List<MavenProblemInfo> knownProblems) |
private java.util.List<MavenProblemInfo> |
MavenMarkerManager.toMavenProblemInfos(org.eclipse.core.resources.IResource pomResource,
SourceLocation location,
java.util.List<? extends java.lang.Throwable> exceptions) |
Constructor and Description |
---|
ArtifactNotFoundProblemInfo(org.eclipse.aether.artifact.Artifact artifact,
boolean offline,
SourceLocation location) |
MavenProblemInfo(SourceLocation location) |
MavenProblemInfo(SourceLocation location,
java.lang.Throwable error) |
MavenProblemInfo(java.lang.String message,
int severity,
SourceLocation location) |
MavenProblemInfo(java.lang.String message,
SourceLocation location) |
SourceLocation(int lineNumber,
int columnStart,
int columnEnd,
SourceLocation linkedLocation) |