Uses of Enum Class
org.apache.maven.surefire.booter.ProcessCheckerType
Packages that use ProcessCheckerType
-
Uses of ProcessCheckerType in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ProcessCheckerTypeModifier and TypeFieldDescriptionprivate final ProcessCheckerType
StartupConfiguration.processChecker
Methods in org.apache.maven.surefire.booter that return ProcessCheckerTypeModifier and TypeMethodDescriptionStartupConfiguration.getProcessChecker()
static ProcessCheckerType
Converts string (ping, native, all) toProcessCheckerType
.static ProcessCheckerType
Returns the enum constant of this class with the specified name.static ProcessCheckerType[]
ProcessCheckerType.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 ProcessCheckerTypeModifier and TypeMethodDescriptionstatic StartupConfiguration
StartupConfiguration.inForkedVm
(String providerClassName, ClasspathConfiguration classpathConfig, ClassLoaderConfiguration classLoaderConfig, ProcessCheckerType processChecker) Constructors in org.apache.maven.surefire.booter with parameters of type ProcessCheckerTypeModifierConstructorDescriptionStartupConfiguration
(String providerClassName, AbstractPathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, ProcessCheckerType processChecker, List<String[]> jpmsArguments)