public static enum DetectSetupResponse.ExecutionStrategy extends java.lang.Enum<DetectSetupResponse.ExecutionStrategy>
| Enum Constant and Description |
|---|
JAR |
POWERSHELL_SCRIPT |
SHELL_SCRIPT |
| Modifier and Type | Method and Description |
|---|---|
static DetectSetupResponse.ExecutionStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetectSetupResponse.ExecutionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectSetupResponse.ExecutionStrategy SHELL_SCRIPT
public static final DetectSetupResponse.ExecutionStrategy POWERSHELL_SCRIPT
public static final DetectSetupResponse.ExecutionStrategy JAR
public static DetectSetupResponse.ExecutionStrategy[] values()
for (DetectSetupResponse.ExecutionStrategy c : DetectSetupResponse.ExecutionStrategy.values()) System.out.println(c);
public static DetectSetupResponse.ExecutionStrategy 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 null