Uses of Interface
org.apache.maven.plugin.surefire.booterclient.output.ForkedChannelDecoderErrorHandler
-
Packages that use ForkedChannelDecoderErrorHandler Package Description org.apache.maven.plugin.surefire.booterclient.output -
-
Uses of ForkedChannelDecoderErrorHandler in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement ForkedChannelDecoderErrorHandler Modifier and Type Class Description private class
ForkClient.ErrorHandler
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as ForkedChannelDecoderErrorHandler Modifier and Type Field Description private ForkedChannelDecoderErrorHandler
ForkClient. errorHandler
Used by single Thread started byThreadedStreamConsumer
and therefore does not need to be volatile.Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ForkedChannelDecoderErrorHandler Modifier and Type Method Description void
ForkedChannelDecoder. handleEvent(java.lang.String line, ForkedChannelDecoderErrorHandler errorHandler)
-