@Component(role=ProjectDependencyAnalyzer.class) public class DefaultProjectDependencyAnalyzer extends Object implements ProjectDependencyAnalyzer
ROLE| Constructor and Description |
|---|
DefaultProjectDependencyAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
ProjectDependencyAnalysis |
analyze(org.apache.maven.project.MavenProject project) |
protected Set<String> |
buildDependencyClasses(org.apache.maven.project.MavenProject project) |
protected Artifact |
findArtifactForClassName(Map<Artifact,Set<String>> artifactClassMap,
String className) |
public ProjectDependencyAnalysis analyze(org.apache.maven.project.MavenProject project) throws ProjectDependencyAnalyzerException
analyze in interface ProjectDependencyAnalyzerProjectDependencyAnalyzerExceptionprotected Set<String> buildDependencyClasses(org.apache.maven.project.MavenProject project) throws IOException
IOExceptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.