| Package | Description | 
|---|---|
| oracle.ide.runner | 
 Contains classes that allow addins some level of control on the IDE runner system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RunnableItem[] | 
RunProcess.getRunnableItems()  | 
protected RunnableItem[] | 
RunProcess.getRunnableItemsForTarget(Node node,
                         java.lang.Class starterFactorySubClass)
Deprecated. 
 
Use getRunnableItemsForTarget(Project, Node, Class) instead 
 | 
protected RunnableItem[] | 
RunProcess.getRunnableItemsForTarget(Project project,
                         Node node,
                         java.lang.Class starterFactorySubClass)
Given a Project, Node and StarterFactory class, find all the RunnableItems
 that can be used to run the Node 
 |