public class SourceFileResolver extends Object
| Constructor and Description |
|---|
SourceFileResolver() |
| Modifier and Type | Method and Description |
|---|---|
static File |
resolveSourceFile(List<String> sourcePaths,
String sourceFile) |
static File |
resolveSourceFile(List<String> sourcePaths,
String sourceFileName,
String groupId,
String artifactId)
Resolve a source file in the source paths
|
static File |
resolveSourceFile(String sourceFileName,
List<File> sourceRoots) |
static File |
resolveSourceFile(String sourceFileName,
List<File> sourceRoots,
String groupId,
String artifactId)
Resolve a source file in the source paths
|
public static File resolveSourceFile(List<String> sourcePaths, String sourceFileName, String groupId, String artifactId)
project - maven projectsourceFileName - sugested name on pompublic static File resolveSourceFile(String sourceFileName, List<File> sourceRoots)
public static File resolveSourceFile(String sourceFileName, List<File> sourceRoots, String groupId, String artifactId)
project - maven projectsourceFileName - sugested name on pomCopyright © 2008–2017 Sonatype, Inc.. All rights reserved.