Interface ProjectDependencyAnalyzer
-
- All Known Implementing Classes:
DefaultProjectDependencyAnalyzer
public interface ProjectDependencyAnalyzerAnalyze 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.
- used but declared in too broad a scope
- Author:
- Mark Hobson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectDependencyAnalysisanalyze(org.apache.maven.project.MavenProject project)analyze.
-
-
-
Method Detail
-
analyze
ProjectDependencyAnalysis analyze(org.apache.maven.project.MavenProject project) throws ProjectDependencyAnalyzerException
analyze.
- Parameters:
project- aMavenProjectobject- Returns:
- a
ProjectDependencyAnalysisobject - Throws:
ProjectDependencyAnalyzerException- if any
-
-