Uses of Class
org.apache.maven.surefire.booter.MasterProcessCommand
-
Packages that use MasterProcessCommand Package Description org.apache.maven.surefire.booter -
-
Uses of MasterProcessCommand in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return MasterProcessCommand Modifier and Type Method Description MasterProcessCommand
Command. getCommandType()
static MasterProcessCommand
MasterProcessCommand. valueOf(java.lang.String name)
Returns 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.booter with parameters of type MasterProcessCommand Modifier and Type Method Description boolean
Command. isType(MasterProcessCommand command)
Constructors in org.apache.maven.surefire.booter with parameters of type MasterProcessCommand Constructor Description Command(MasterProcessCommand command)
Command(MasterProcessCommand command, java.lang.String data)
-