org.sonar.api.batch.rule
Interface Rules


@Beta
public interface Rules

Since:
4.2

Method Summary
 Rule find(RuleKey key)
           
 Collection<Rule> findAll()
           
 Collection<Rule> findByRepository(String repository)
           
 

Method Detail

find

@CheckForNull
Rule find(RuleKey key)

findAll

Collection<Rule> findAll()

findByRepository

Collection<Rule> findByRepository(String repository)


Copyright © 2009-2014 SonarSource. All Rights Reserved.