| Package | Description |
|---|---|
| oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
| Modifier and Type | Method and Description |
|---|---|
protected JRunProcess.CompilationScope |
JStarter.getCompilationScope() |
JRunProcess.CompilationScope |
JRunProcess.getCompilationScope() |
static JRunProcess.CompilationScope |
JRunProcess.CompilationScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JRunProcess.CompilationScope[] |
JRunProcess.CompilationScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|