org.sonar.api.issue.batch
Interface IssueFilterChain


public interface IssueFilterChain

A filter chain is an object provided to issues filters for fine control over the filtering logic. Each filter has the choice to:

Since:
4.0

Method Summary
 boolean accept(Issue issue)
          Called by a filter to let downstream filters decide the fate of the issue
 

Method Detail

accept

boolean accept(Issue issue)
Called by a filter to let downstream filters decide the fate of the issue



Copyright © 2009-2014 SonarSource. All Rights Reserved.