Class NugetconfAnalyzer

All Implemented Interfaces:
FileFilter, Analyzer, FileTypeAnalyzer

@ThreadSafe public class NugetconfAnalyzer extends AbstractFileTypeAnalyzer
Analyzer which parses a Nuget packages.config file to gather module information.
Author:
doshyt
  • 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:
    • FILE_NAME

      public static final String FILE_NAME
      The file filter used to determine which files this analyzer supports.
      See Also:
  • Constructor Details

    • NugetconfAnalyzer

      public NugetconfAnalyzer()
  • Method Details