public static enum WrapperProcessConfig.StartType extends java.lang.Enum<WrapperProcessConfig.StartType>
| Enum Constant and Description |
|---|
DYNAMIC |
FORK_EXEC |
POSIX_SPAWN |
VFORK_EXEC |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static WrapperProcessConfig.StartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WrapperProcessConfig.StartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WrapperProcessConfig.StartType POSIX_SPAWN
public static final WrapperProcessConfig.StartType FORK_EXEC
public static final WrapperProcessConfig.StartType VFORK_EXEC
public static final WrapperProcessConfig.StartType DYNAMIC
public static WrapperProcessConfig.StartType[] values()
for (WrapperProcessConfig.StartType c : WrapperProcessConfig.StartType.values()) System.out.println(c);
public static WrapperProcessConfig.StartType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
Copyright 1999, 2026 Tanuki Software Inc., All Rights Reserved.