Uses of Enum
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_TYPESMethods in org.apache.maven.surefire.api.booter that return MasterProcessCommandModifier and TypeMethodDescriptionCommand.getCommandType()static MasterProcessCommandReturns the enum constant of this type with the specified name.static MasterProcessCommand[]MasterProcessCommand.values()Returns an array containing the constants of this enum type, 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.listenersMethods in org.apache.maven.surefire.booter with parameters of type MasterProcessCommandModifier and TypeMethodDescriptionprivate voidCommandReader.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 CommandCommandDecoder.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)