| Package | Description | 
|---|---|
| oracle.ide.runner | 
 Contains classes that allow addins some level of control on the IDE runner system. 
 | 
| oracle.jdeveloper.runner | 
 Contains classes that allow addins some level of control on the JDeveloper runner system. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Starter | 
RunProcess.starter
The starter for this RunProcess. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Starter | 
AbstractStarterFactory.createStarter(RunProcess runProcess,
             Context context,
             Node node,
             java.lang.Object o)  | 
Starter | 
StarterFactory.createStarter(RunProcess runProcess,
             Node node,
             java.lang.Object o)
Creates a starter for the specified RunProcess. 
 | 
Starter | 
RunProcess.getStarter()
Returns the  
Starter that will be used to start this
 process. | 
Starter | 
RunProcess.getStarter(boolean determineTargetAndStarter)
Returns the  
Starter that will be used to start this
 process. | 
protected Starter | 
RunProcess.getStarterForTarget(Node node,
                   java.lang.Class starterFactorySubClass)
Deprecated. 
 
Use getStarterForTarget(Project, Node, Class) instead 
 | 
protected Starter | 
RunProcess.getStarterForTarget(Project project,
                   Node node,
                   java.lang.Class starterFactorySubClass)
Tests whether the given node is runnable and returns the
 starter that can start the process. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
RunProcess.checkStarter(Starter starter,
            java.util.List errors)
Returns whether the given starter can really be used to start a
 process. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JStarter
A class that represents a way of starting a Java process. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
JRunProcess.checkStarter(Starter starter,
            java.util.List errors)
Returns whether the given starter can really be used to start a
 process. 
 |