| Package | Description |
|---|---|
| org.apache.maven.surefire.booter |
| Modifier and Type | Method and Description |
|---|---|
ProcessCheckerType |
StartupConfiguration.getProcessChecker() |
static ProcessCheckerType |
ProcessCheckerType.toEnum(String type)
Converts string (ping, native, all) to
ProcessCheckerType. |
static ProcessCheckerType |
ProcessCheckerType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartupConfiguration |
StartupConfiguration.inForkedVm(String providerClassName,
ClasspathConfiguration classpathConfig,
ClassLoaderConfiguration classLoaderConfig,
ProcessCheckerType processChecker) |
| Constructor and Description |
|---|
StartupConfiguration(String providerClassName,
AbstractPathConfiguration classpathConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
ProcessCheckerType processChecker,
List<String[]> jpmsArguments) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.