Uses of Enum
org.apache.maven.surefire.api.booter.MasterProcessCommand
Packages that use MasterProcessCommand
- 
Uses of MasterProcessCommand in org.apache.maven.surefire.api.booterFields 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.Constructors in org.apache.maven.surefire.api.booter with parameters of type MasterProcessCommandModifierConstructorDescriptionCommand(MasterProcessCommand command) Command(MasterProcessCommand command, String data)