AbstractAnalyzer |
Base class for analyzers to avoid code duplication of prepare and close as
most analyzers do not need these methods.
|
AbstractDependencyComparingAnalyzer |
This analyzer ensures dependencies that should be grouped together, to remove
excess noise from the report, are grouped.
|
AbstractFileTypeAnalyzer |
The base FileTypeAnalyzer that all analyzers that have specific file types
they analyze should extend.
|
AbstractNpmAnalyzer |
An abstract NPM analyzer that contains common methods for concrete
implementations.
|
AbstractSuppressionAnalyzer |
Abstract base suppression analyzer that contains methods for parsing the
suppression XML file.
|
AnalysisPhase |
An enumeration defining the phases of analysis.
|
Analyzer |
An interface that defines an Analyzer that is used to identify Dependencies.
|
CPEAnalyzer |
CPEAnalyzer is a utility class that takes a project dependency and attempts
to discern if there is an associated CPE.
|
CpeSuppressionAnalyzer |
This is no longer used as a standalone analyzer; rather this is called by the
CPE Analyzer directly.
|
Experimental |
Annotation used to flag an analyzer as experimental.
|
FileTypeAnalyzer |
An Analyzer that scans specific file types.
|
JarAnalyzer.ClassNameInformation |
Stores information about a class name.
|
RubyGemspecAnalyzer |
Used to analyze Ruby Gem specifications and collect information that can be
used to determine the associated CPE.
|