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.listenersMethods in org.apache.maven.surefire.booter that return MasterProcessCommandModifier and TypeMethodDescriptionCommand.getCommandType()(package private) static MasterProcessCommandMasterProcessCommand.resolve(int id) static MasterProcessCommandReturns 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 voidCommandReader.addListener(MasterProcessCommand cmd, CommandListener listener) booleanCommand.isType(MasterProcessCommand command) Constructors in org.apache.maven.surefire.booter with parameters of type MasterProcessCommandModifierConstructorDescriptionCommand(MasterProcessCommand command) Command(MasterProcessCommand command, String data)