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
Fields in org.apache.maven.surefire.booter declared as ProcessCheckerType Modifier and Type Field Description private ProcessCheckerTypeStartupConfiguration. processCheckerMethods in org.apache.maven.surefire.booter that return ProcessCheckerType Modifier and Type Method Description ProcessCheckerTypeStartupConfiguration. getProcessChecker()static ProcessCheckerTypeProcessCheckerType. toEnum(java.lang.String type)Converts string (ping, native, all) toProcessCheckerType.static ProcessCheckerTypeProcessCheckerType. 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 StartupConfigurationStartupConfiguration. inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, 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, boolean isForkRequested, boolean inForkedVm, ProcessCheckerType processChecker)
-