Class NuspecAnalyzer

All Implemented Interfaces:
FileFilter, Analyzer, FileTypeAnalyzer

@ThreadSafe public class NuspecAnalyzer extends AbstractFileTypeAnalyzer
Analyzer which will parse a Nuspec file to gather module information.
Author:
colezlaw
  • 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

    • NuspecAnalyzer

      public NuspecAnalyzer()
  • Method Details