Uses of Enum Class
org.apache.maven.surefire.booter.MasterProcessCommand
Packages that use MasterProcessCommand
-
Uses of MasterProcessCommand in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as MasterProcessCommandFields 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 that return MasterProcessCommandModifier and TypeMethodDescriptionCommand.getCommandType()
(package private) static MasterProcessCommand
MasterProcessCommand.resolve
(int id) 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.booter with parameters of type MasterProcessCommandModifier and TypeMethodDescriptionprivate void
CommandReader.addListener
(MasterProcessCommand cmd, CommandListener listener) boolean
Command.isType
(MasterProcessCommand command) Constructors in org.apache.maven.surefire.booter with parameters of type MasterProcessCommandModifierConstructorDescriptionCommand
(MasterProcessCommand command) Command
(MasterProcessCommand command, String data)