Class ProjectTypeCollector

java.lang.Object
org.sonarsource.dotnet.shared.plugins.ProjectTypeCollector

@ScannerSide public class ProjectTypeCollector extends Object
Collects information about what types of files are in each project (MAIN, TEST, both or none). The invoker should make sure that: - no duplicates are added (i.e. call twice for same information) - it is called by the Scanner for MSBuild
  • Constructor Details

    • ProjectTypeCollector

      public ProjectTypeCollector()