| Interface | Description |
|---|---|
| ClassAnalyzer |
Gets the set of classes contained in a library given either as a jar file or an exploded directory.
|
| ClassFileVisitor |
ClassFileVisitor interface.
|
| DependencyAnalyzer |
Gets the set of classes referenced by a library given either as a jar file or an exploded directory.
|
| 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.
used but declared in too broad a scope
|
| Class | Description |
|---|---|
| ClassFileVisitorUtils |
Utility to visit classes in a library given either as a jar file or an exploded directory.
|
| CollectorClassFileVisitor |
Simply collects the set of visited classes.
|
| DefaultClassAnalyzer |
DefaultClassAnalyzer class.
|
| DefaultProjectDependencyAnalyzer |
DefaultProjectDependencyAnalyzer class.
|
| ProjectDependencyAnalysis |
Project dependencies analysis result.
|
| Exception | Description |
|---|---|
| ProjectDependencyAnalyzerException |
ProjectDependencyAnalyzerException class.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.