Class PythonPackageAnalyzer

All Implemented Interfaces:
FileFilter, Analyzer, FileTypeAnalyzer

@ThreadSafe public class PythonPackageAnalyzer extends AbstractFileTypeAnalyzer
Used to analyze a Python package, and collect information that can be used to determine the associated CPE.
Author:
Dale Visser
  • Field Details

    • DEPENDENCY_ECOSYSTEM

      public static final String DEPENDENCY_ECOSYSTEM
      A descriptor for the type of dependencies processed or added by this analyzer.
      See Also:
  • Constructor Details

    • PythonPackageAnalyzer

      public PythonPackageAnalyzer()
  • Method Details