Class ProjectTypeCollector
java.lang.Object
org.sonarsource.dotnet.shared.plugins.ProjectTypeCollector
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ProjectTypeCollector
public ProjectTypeCollector()
-