aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/batch/ModuleLanguages.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-261-36/+0
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-201-2/+0
* SONAR-926 Fix marker interface of ModuleLanguagesJulien HENRY2014-01-281-2/+2
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-261-2/+2
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-241-0/+38