Uses of Class
org.apache.maven.surefire.api.stream.AbstractStreamDecoder.Segment
-
Packages that use AbstractStreamDecoder.Segment Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.stream -
-
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 -
Uses of AbstractStreamDecoder.Segment in org.apache.maven.surefire.api.stream
Methods in org.apache.maven.surefire.api.stream that return AbstractStreamDecoder.Segment Modifier and Type Method Description protected AbstractStreamDecoder.SegmentAbstractStreamDecoder. 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)
-