Uses of Enum Class
org.apache.maven.surefire.api.booter.MasterProcessCommand
Packages that use MasterProcessCommand
Package
Description
-
Uses of MasterProcessCommand in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as MasterProcessCommandFields in org.apache.maven.surefire.api.booter with type parameters of type MasterProcessCommandModifier and TypeFieldDescriptionstatic final Map<AbstractStreamDecoder.Segment,
MasterProcessCommand> MasterProcessCommand.COMMAND_TYPES
Methods in org.apache.maven.surefire.api.booter that return MasterProcessCommandModifier and TypeMethodDescriptionCommand.getCommandType()
static MasterProcessCommand
Returns the enum constant of this class with the specified name.static MasterProcessCommand[]
MasterProcessCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.surefire.api.booter that return types with arguments of type MasterProcessCommandModifier and TypeMethodDescriptionprivate static Map<AbstractStreamDecoder.Segment,
MasterProcessCommand> MasterProcessCommand.segmentsToCmds()
Constructors in org.apache.maven.surefire.api.booter with parameters of type MasterProcessCommandModifierConstructorDescriptionCommand
(MasterProcessCommand command) Command
(MasterProcessCommand command, String data) -
Uses of MasterProcessCommand in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter with type parameters of type MasterProcessCommandModifier and TypeFieldDescriptionprivate final Queue<BiProperty<MasterProcessCommand,
CommandListener>> CommandReader.listeners
Methods in org.apache.maven.surefire.booter with parameters of type MasterProcessCommandModifier and TypeMethodDescriptionprivate void
CommandReader.addListener
(MasterProcessCommand cmd, CommandListener listener) -
Uses of MasterProcessCommand in org.apache.maven.surefire.booter.stream
Methods in org.apache.maven.surefire.booter.stream with parameters of type MasterProcessCommandModifier and TypeMethodDescriptionprotected SegmentType[]
CommandDecoder.nextSegmentType
(MasterProcessCommand commandType) protected Command
CommandDecoder.toMessage
(MasterProcessCommand commandType, AbstractStreamDecoder<Command, MasterProcessCommand, SegmentType>.Memento memento) -
Uses of MasterProcessCommand in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream with parameters of type MasterProcessCommandModifier and TypeMethodDescriptionprotected final byte[]
CommandEncoder.enumToByteArray
(MasterProcessCommand masterProcessCommand)