Uses of Enum
org.apache.maven.surefire.booter.ProcessCheckerType
Packages that use ProcessCheckerType
-
Uses of ProcessCheckerType in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ProcessCheckerTypeModifier and TypeMethodDescriptionStartupConfiguration.getProcessChecker()static ProcessCheckerTypeConverts string (ping, native, all) toProcessCheckerType.static ProcessCheckerTypeReturns 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 ProcessCheckerTypeModifier and TypeMethodDescriptionstatic StartupConfigurationStartupConfiguration.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)