Uses of Class
org.sonar.channel.CodeReaderFilter

Packages that use CodeReaderFilter
org.sonar.channel Provides a basic framework to sequentially read any kind of character stream in order to feed a generic OUTPUT. 
 

Uses of CodeReaderFilter in org.sonar.channel
 

Subclasses of CodeReaderFilter in org.sonar.channel
 class ChannelCodeReaderFilter<OUTPUT>
          This class is a special CodeReaderFilter that uses Channels to filter the character stream before it is passed to the main channels declared for the CodeReader.
 

Methods in org.sonar.channel that return CodeReaderFilter
 CodeReaderFilter[] CodeReaderConfiguration.getCodeReaderFilters()
           
 

Methods in org.sonar.channel with parameters of type CodeReaderFilter
 void CodeReaderConfiguration.addCodeReaderFilters(CodeReaderFilter<?> codeReaderFilter)
          Adds a code reader filter
 void CodeReaderConfiguration.setCodeReaderFilters(CodeReaderFilter<?>... codeReaderFilters)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.