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