| Modifier and Type | Class and Description |
|---|---|
class |
ChannelDispatcher<O> |
class |
RegexChannel<O>
The RegexChannel can be used to be called each time the next characters in the character stream match a regular expression
|
| Modifier and Type | Method and Description |
|---|---|
ChannelDispatcher.Builder |
ChannelDispatcher.Builder.addChannel(Channel channel) |
ChannelDispatcher.Builder |
ChannelDispatcher.Builder.addChannels(Channel... c) |
| Constructor and Description |
|---|
ChannelCodeReaderFilter(Channel<O>... channels)
Creates a CodeReaderFilter that will use the provided Channels to filter the character stream it gets from its reader.
|
ChannelCodeReaderFilter(O output,
Channel<O>... channels)
Creates a CodeReaderFilter that will use the provided Channels to filter the character stream it gets from its reader.
|
ChannelDispatcher(Channel... channels)
Deprecated.
in version 2.9. Please use the builder() method
|
| Constructor and Description |
|---|
ChannelDispatcher(List<Channel> channels)
Deprecated.
in version 2.9. Please use the builder() method
|
ChannelDispatcher(List<Channel> channels,
boolean failIfNoChannelToConsumeOneCharacter)
Deprecated.
in version 2.9. Please use the builder() method
|
Copyright © 2009-2014 SonarSource. All Rights Reserved.