Uses of Class
org.apache.maven.surefire.api.stream.AbstractStreamDecoder.Memento
Packages that use AbstractStreamDecoder.Memento
Package
Description
-
Uses of AbstractStreamDecoder.Memento in org.apache.maven.surefire.api.stream
Methods in org.apache.maven.surefire.api.stream with parameters of type AbstractStreamDecoder.MementoModifier and TypeMethodDescriptionprotected void
AbstractStreamDecoder.checkArguments
(AbstractStreamDecoder<M, MT, ST>.Memento memento, int expectedDataElements) protected final void
AbstractStreamDecoder.checkDelimiter
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected final void
AbstractStreamDecoder.checkHeader
(AbstractStreamDecoder<M, MT, ST>.Memento memento) abstract M
private void
AbstractStreamDecoder.printCorruptedStream
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected final void
AbstractStreamDecoder.printRemainingStream
(AbstractStreamDecoder<M, MT, ST>.Memento memento) Print the last string which has not been finished by a new line character.protected AbstractStreamDecoder.StreamReadStatus
protected byte
protected Charset
AbstractStreamDecoder.readCharset
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected int
protected Integer
AbstractStreamDecoder.readInteger
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected Long
protected long
AbstractStreamDecoder.readLongPrivate
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected MT
AbstractStreamDecoder.readMessageType
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected AbstractStreamDecoder.Segment
AbstractStreamDecoder.readSegment
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected String
AbstractStreamDecoder.readString
(AbstractStreamDecoder<M, MT, ST>.Memento memento) private String
AbstractStreamDecoder.readString
(AbstractStreamDecoder<M, MT, ST>.Memento memento, int totalBytes) protected abstract M
-
Uses of AbstractStreamDecoder.Memento in org.apache.maven.surefire.booter.spi
Fields in org.apache.maven.surefire.booter.spi declared as AbstractStreamDecoder.MementoModifier and TypeFieldDescriptionprivate AbstractStreamDecoder.Memento
CommandChannelDecoder.memento
-
Uses of AbstractStreamDecoder.Memento in org.apache.maven.surefire.booter.stream
Methods in org.apache.maven.surefire.booter.stream with parameters of type AbstractStreamDecoder.MementoModifier and TypeMethodDescriptionCommandDecoder.decode
(AbstractStreamDecoder<Command, MasterProcessCommand, SegmentType>.Memento memento) protected Command
CommandDecoder.toMessage
(MasterProcessCommand commandType, AbstractStreamDecoder<Command, MasterProcessCommand, SegmentType>.Memento memento) -
Uses of AbstractStreamDecoder.Memento in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream with parameters of type AbstractStreamDecoder.MementoModifier and TypeMethodDescriptionEventDecoder.decode
(AbstractStreamDecoder<Event, ForkedProcessEventType, SegmentType>.Memento memento) protected final Event
EventDecoder.toMessage
(ForkedProcessEventType eventType, AbstractStreamDecoder<Event, ForkedProcessEventType, SegmentType>.Memento memento)