public class SourceLocationHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIGURATION |
static String |
DEPENDENCY |
static String |
EXECUTION |
static String |
VERSION |
Constructor and Description |
---|
SourceLocationHelper() |
Modifier and Type | Method and Description |
---|---|
static SourceLocation |
findLocation(org.eclipse.core.resources.IResource pomResource,
org.apache.maven.model.building.ModelProblem modelProblem) |
static SourceLocation |
findLocation(org.apache.maven.project.MavenProject mavenProject,
org.eclipse.aether.graph.Dependency dependency) |
static SourceLocation |
findLocation(org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.model.Dependency dependency) |
static SourceLocation |
findLocation(org.apache.maven.project.MavenProject mavenProject,
MojoExecutionKey mojoExecutionKey) |
static SourceLocation |
findLocation(org.apache.maven.model.Plugin plugin,
String attribute) |
static SourceLocation |
findPackagingLocation(org.apache.maven.project.MavenProject mavenProject) |
public static final String CONFIGURATION
public static final String VERSION
public static final String EXECUTION
public static final String DEPENDENCY
public static SourceLocation findPackagingLocation(org.apache.maven.project.MavenProject mavenProject)
public static SourceLocation findLocation(org.apache.maven.model.Plugin plugin, String attribute)
public static SourceLocation findLocation(org.eclipse.core.resources.IResource pomResource, org.apache.maven.model.building.ModelProblem modelProblem)
public static SourceLocation findLocation(org.apache.maven.project.MavenProject mavenProject, MojoExecutionKey mojoExecutionKey)
public static SourceLocation findLocation(org.apache.maven.project.MavenProject mavenProject, org.eclipse.aether.graph.Dependency dependency)
public static SourceLocation findLocation(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.model.Dependency dependency)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.