Uses of Interface
org.apache.maven.plugin.surefire.booterclient.output.ForkedProcessStringEventListener
-
Packages that use ForkedProcessStringEventListener Package Description org.apache.maven.plugin.surefire.booterclient.output -
-
Uses of ForkedProcessStringEventListener in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement ForkedProcessStringEventListener Modifier and Type Class Description private classForkClient.ConsoleListenerprivate classForkClient.DebugListenerprivate classForkClient.WarningListenerFields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type ForkedProcessStringEventListener Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ForkedProcessEvent,ForkedProcessStringEventListener>ForkedChannelDecoder. consoleEventListenersMethods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ForkedProcessStringEventListener Modifier and Type Method Description voidForkedChannelDecoder. setConsoleDebugListener(ForkedProcessStringEventListener listener)voidForkedChannelDecoder. setConsoleInfoListener(ForkedProcessStringEventListener listener)voidForkedChannelDecoder. setConsoleWarningListener(ForkedProcessStringEventListener listener)
-