Interface ProjectDependencyAnalyzer
-
- All Known Implementing Classes:
DefaultProjectDependencyAnalyzer
public interface ProjectDependencyAnalyzer
Analyze a project's declared dependencies and effective classes used to find which artifacts are:- used and declared,
- used but not declared,
- not used but declared.
- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectDependencyAnalysis
analyze(org.apache.maven.project.MavenProject project)
-
-
-
Method Detail
-
analyze
ProjectDependencyAnalysis analyze(org.apache.maven.project.MavenProject project) throws ProjectDependencyAnalyzerException
-
-