Uses of Class
org.apache.maven.surefire.booter.ProcessCheckerType
-
Packages that use ProcessCheckerType Package Description org.apache.maven.surefire.booter -
-
Uses of ProcessCheckerType in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ProcessCheckerType Modifier and Type Method Description ProcessCheckerType
StartupConfiguration. getProcessChecker()
static ProcessCheckerType
ProcessCheckerType. toEnum(java.lang.String type)
Converts string (ping, native, all) toProcessCheckerType
.static ProcessCheckerType
ProcessCheckerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessCheckerType[]
ProcessCheckerType. 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 ProcessCheckerType Modifier and Type Method Description static StartupConfiguration
StartupConfiguration. inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfig, ClassLoaderConfiguration classLoaderConfig, ProcessCheckerType processChecker)
Constructors in org.apache.maven.surefire.booter with parameters of type ProcessCheckerType Constructor Description StartupConfiguration(java.lang.String providerClassName, AbstractPathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, ProcessCheckerType processChecker, java.util.List<java.lang.String[]> jpmsArguments)
-