|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeReaderConfiguration | |
|---|---|
| org.sonar.channel | Provides a basic framework to sequentially read any kind of character stream in order to feed a generic OUTPUT. |
| Uses of CodeReaderConfiguration in org.sonar.channel |
|---|
| Methods in org.sonar.channel that return CodeReaderConfiguration | |
|---|---|
CodeReaderConfiguration |
CodeReaderConfiguration.cloneWithoutCodeReaderFilters()
|
CodeReaderConfiguration |
CodeReaderFilter.getConfiguration()
Returns the configuration used for the CodeReader |
| Methods in org.sonar.channel with parameters of type CodeReaderConfiguration | |
|---|---|
void |
CodeReaderFilter.setConfiguration(CodeReaderConfiguration configuration)
Sets the configuration that must be used by the CodeReader |
| Constructors in org.sonar.channel with parameters of type CodeReaderConfiguration | |
|---|---|
CodeBuffer(Reader initialCodeReader,
CodeReaderConfiguration configuration)
Note that this constructor will read everything from reader and will close it. |
|
CodeBuffer(String code,
CodeReaderConfiguration configuration)
|
|
CodeReader(Reader code,
CodeReaderConfiguration configuration)
Creates a code reader with specific configuration parameters. |
|
CodeReader(String code,
CodeReaderConfiguration configuration)
Creates a code reader with specific configuration parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||