- 
Gets the set of classes contained in a library given either as a jar file or an exploded directory.
 
ClassFileVisitor interface.
 
Usage of a dependency class by a project class.
 
Project dependencies analysis result.
 
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.
 used but declared in too broad a scope
 
 
ProjectDependencyAnalyzerException class.
 
 
 
- 
ClassFileVisitor interface.
 
Gets the set of classes referenced by a library given either as a jar file or an exploded directory.
 
Usage of a dependency class by a project class.