org.sonar.batch.rule
Class ModuleQProfiles

java.lang.Object
  extended by 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.


Field Summary
static String SONAR_PROFILE_PROP
           
 
Constructor Summary
ModuleQProfiles(ProjectReferentials ref)
           
 
Method Summary
 Collection<QProfile> findAll()
           
 QProfile findByLanguage(String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SONAR_PROFILE_PROP

public static final String SONAR_PROFILE_PROP
See Also:
Constant Field Values
Constructor Detail

ModuleQProfiles

public ModuleQProfiles(ProjectReferentials ref)
Method Detail

findAll

public Collection<QProfile> findAll()

findByLanguage

@CheckForNull
public QProfile findByLanguage(String language)


Copyright © 2009–2015 SonarSource. All rights reserved.