Uses of Class
org.apache.maven.surefire.api.stream.AbstractStreamDecoder.Segment
-
-
Uses of AbstractStreamDecoder.Segment in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter with type parameters of type AbstractStreamDecoder.Segment Modifier and Type Field Description static java.util.Map<AbstractStreamDecoder.Segment,MasterProcessCommand>
MasterProcessCommand. COMMAND_TYPES
Methods in org.apache.maven.surefire.api.booter that return types with arguments of type AbstractStreamDecoder.Segment Modifier and Type Method Description private static java.util.Map<AbstractStreamDecoder.Segment,MasterProcessCommand>
MasterProcessCommand. segmentsToCmds()
-
Uses of AbstractStreamDecoder.Segment in org.apache.maven.surefire.api.report
Fields in org.apache.maven.surefire.api.report with type parameters of type AbstractStreamDecoder.Segment Modifier and Type Field Description static java.util.Map<AbstractStreamDecoder.Segment,RunMode>
RunMode. RUN_MODES
Methods in org.apache.maven.surefire.api.report that return types with arguments of type AbstractStreamDecoder.Segment Modifier and Type Method Description private static java.util.Map<AbstractStreamDecoder.Segment,RunMode>
RunMode. segmentsToRunModes()
-
Uses of AbstractStreamDecoder.Segment in org.apache.maven.surefire.api.stream
Fields in org.apache.maven.surefire.api.stream with type parameters of type AbstractStreamDecoder.Segment Modifier and Type Field Description private java.util.Map<AbstractStreamDecoder.Segment,MT>
AbstractStreamDecoder. messageTypes
Methods in org.apache.maven.surefire.api.stream that return AbstractStreamDecoder.Segment Modifier and Type Method Description protected AbstractStreamDecoder.Segment
AbstractStreamDecoder. readSegment(AbstractStreamDecoder.Memento memento)
Constructor parameters in org.apache.maven.surefire.api.stream with type arguments of type AbstractStreamDecoder.Segment Constructor Description AbstractStreamDecoder(java.nio.channels.ReadableByteChannel channel, ForkNodeArguments arguments, java.util.Map<AbstractStreamDecoder.Segment,MT> messageTypes)
-
Uses of AbstractStreamDecoder.Segment in org.apache.maven.surefire.stream
Fields in org.apache.maven.surefire.stream with type parameters of type AbstractStreamDecoder.Segment Modifier and Type Field Description private static java.util.Map<AbstractStreamDecoder.Segment,ForkedProcessEventType>
EventDecoder. EVENT_TYPES
private static java.util.Map<AbstractStreamDecoder.Segment,RunMode>
EventDecoder. RUN_MODES
Methods in org.apache.maven.surefire.stream that return types with arguments of type AbstractStreamDecoder.Segment Modifier and Type Method Description private static java.util.Map<AbstractStreamDecoder.Segment,ForkedProcessEventType>
EventDecoder. segmentsToEvents()
private static java.util.Map<AbstractStreamDecoder.Segment,RunMode>
EventDecoder. segmentsToRunModes()
-