Uses of Class
org.apache.maven.surefire.booter.ForkedProcessEvent
-
Packages that use ForkedProcessEvent Package Description org.apache.maven.plugin.surefire.booterclient.output org.apache.maven.surefire.booter -
-
Uses of ForkedProcessEvent in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type ForkedProcessEvent Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ForkedProcessEvent,ForkedProcessStringEventListener>
ForkedChannelDecoder. consoleEventListeners
private java.util.concurrent.ConcurrentMap<ForkedProcessEvent,ForkedProcessEventListener>
ForkedChannelDecoder. controlEventListeners
private java.util.concurrent.ConcurrentMap<ForkedProcessEvent,ForkedProcessReportEventListener<?>>
ForkedChannelDecoder. reportEventListeners
private java.util.concurrent.ConcurrentMap<ForkedProcessEvent,ForkedProcessStandardOutErrEventListener>
ForkedChannelDecoder. stdOutErrEventListeners
-
Uses of ForkedProcessEvent in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter with type parameters of type ForkedProcessEvent Modifier and Type Field Description static java.util.Map<java.lang.String,ForkedProcessEvent>
ForkedProcessEvent. EVENTS
Methods in org.apache.maven.surefire.booter that return ForkedProcessEvent Modifier and Type Method Description static ForkedProcessEvent
ForkedProcessEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ForkedProcessEvent[]
ForkedProcessEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.surefire.booter that return types with arguments of type ForkedProcessEvent Modifier and Type Method Description private static java.util.Map<java.lang.String,ForkedProcessEvent>
ForkedProcessEvent. events()
Methods in org.apache.maven.surefire.booter with parameters of type ForkedProcessEvent Modifier and Type Method Description (package private) static java.lang.StringBuilder
ForkedChannelEncoder. encode(ForkedProcessEvent operation, RunMode runMode, java.lang.String... args)
private void
ForkedChannelEncoder. encode(ForkedProcessEvent operation, RunMode runMode, ReportEntry reportEntry, boolean trimStackTraces)
private void
ForkedChannelEncoder. encodeOpcode(ForkedProcessEvent operation)
private void
ForkedChannelEncoder. error(StackTraceWriter stackTraceWriter, boolean trimStackTraces, ForkedProcessEvent event)
-