All Classes and Interfaces

Class
Description
ASMDependencyAnalyzer
Gets the set of classes contained in a library given either as a jar file or an exploded directory.
ClassFileVisitor interface.
Utility to visit classes in a library given either as a jar file or an exploded directory.
Simply collects the set of visited classes.
A small parser to read the constant pool directly, in case it contains references ASM does not support.
Computes the set of classes referenced by visited code.
DefaultClassAnalyzer class.
Computes the set of classes referenced by visited code.
Computes the set of classes referenced by visited code.
Computes the set of classes referenced by visited code.
DefaultProjectDependencyAnalyzer class.
Computes the set of classes referenced by visited code.
Gets the set of classes referenced by a library given either as a jar file or an exploded directory.
Computes the set of classes referenced by visited class files, using DependencyVisitor.
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.
ResultCollector class.