org.sonar.plugins.rules
Interface RulesPluginContext

All Known Implementing Classes:
RulesPluginContextImpl

public interface RulesPluginContext


Method Summary
 RulesProfile getActiveProfile()
           
 Rule getRule(java.lang.String key)
           
 java.util.List<Rule> getRules(boolean onlyThisPlugin)
           
 

Method Detail

getRule

Rule getRule(java.lang.String key)

getRules

java.util.List<Rule> getRules(boolean onlyThisPlugin)

getActiveProfile

RulesProfile getActiveProfile()


Copyright © 2007-2008 hortis. All Rights Reserved.