Uses of Class
org.apache.maven.surefire.api.stream.AbstractStreamDecoder.Segment
Packages that use AbstractStreamDecoder.Segment
Package
Description
-
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.SegmentModifier and TypeFieldDescriptionstatic final Map<AbstractStreamDecoder.Segment,
MasterProcessCommand> MasterProcessCommand.COMMAND_TYPES
Methods in org.apache.maven.surefire.api.booter that return types with arguments of type AbstractStreamDecoder.SegmentModifier and TypeMethodDescriptionprivate static 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.SegmentModifier and TypeFieldDescriptionstatic final Map<AbstractStreamDecoder.Segment,
RunMode> RunMode.RUN_MODES
Methods in org.apache.maven.surefire.api.report that return types with arguments of type AbstractStreamDecoder.SegmentModifier and TypeMethodDescriptionprivate static 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.SegmentModifier and TypeFieldDescriptionprivate final Map<AbstractStreamDecoder.Segment,
MT> AbstractStreamDecoder.messageTypes
Methods in org.apache.maven.surefire.api.stream that return AbstractStreamDecoder.SegmentModifier and TypeMethodDescriptionprotected AbstractStreamDecoder.Segment
AbstractStreamDecoder.readSegment
(AbstractStreamDecoder<M, MT, ST>.Memento memento) Constructor parameters in org.apache.maven.surefire.api.stream with type arguments of type AbstractStreamDecoder.SegmentModifierConstructorDescriptionprotected
AbstractStreamDecoder
(ReadableByteChannel channel, ForkNodeArguments arguments, 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.SegmentModifier and TypeFieldDescriptionprivate static final Map<AbstractStreamDecoder.Segment,
ForkedProcessEventType> EventDecoder.EVENT_TYPES
private static final Map<AbstractStreamDecoder.Segment,
RunMode> EventDecoder.RUN_MODES
Methods in org.apache.maven.surefire.stream that return types with arguments of type AbstractStreamDecoder.SegmentModifier and TypeMethodDescriptionprivate static Map<AbstractStreamDecoder.Segment,
ForkedProcessEventType> EventDecoder.segmentsToEvents()
private static Map<AbstractStreamDecoder.Segment,
RunMode> EventDecoder.segmentsToRunModes()