org.sonar.batch.rule
Class ModuleQProfiles
java.lang.Object
org.sonar.batch.rule.ModuleQProfiles
- All Implemented Interfaces:
- BatchComponent
public class ModuleQProfiles
- extends Object
- implements BatchComponent
Lists the Quality profiles enabled on the current module.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SONAR_PROFILE_PROP
public static final String SONAR_PROFILE_PROP
- See Also:
- Constant Field Values
ModuleQProfiles
public ModuleQProfiles(ProjectReferentials ref)
findAll
public Collection<QProfile> findAll()
findByLanguage
@CheckForNull
public QProfile findByLanguage(String language)
Copyright © 2009–2015 SonarSource. All rights reserved.