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 class
ForkClient.ConsoleListener
private class
ForkClient.DebugListener
private class
ForkClient.WarningListener
Fields 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. consoleEventListeners
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ForkedProcessStringEventListener Modifier and Type Method Description void
ForkedChannelDecoder. setConsoleDebugListener(ForkedProcessStringEventListener listener)
void
ForkedChannelDecoder. setConsoleInfoListener(ForkedProcessStringEventListener listener)
void
ForkedChannelDecoder. setConsoleWarningListener(ForkedProcessStringEventListener listener)
-