| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractStarterFactory | |
|---|---|
| oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. | 
| Uses of AbstractStarterFactory in oracle.ide.runner | 
|---|
| Methods in oracle.ide.runner that return AbstractStarterFactory | |
|---|---|
abstract  AbstractStarterFactory[] | 
Runner.getRegisteredStarterFactories(java.lang.Class targetClass)
Returns an array of StarterFactory that have been registered for the given target class.  | 
abstract  AbstractStarterFactory[] | 
Runner.getRegisteredStarterFactories(java.lang.Class targetClass,
                              java.lang.Class starterFactorySubClass)
Returns an array of StarterFactory that have been registered for the given target class, and that are instanceof the specified subclass.  | 
abstract  AbstractStarterFactory[] | 
Runner.getStarterFactoriesForTarget(java.lang.Class targetClass)
Returns an array of StarterFactory that have been registered for a class that is the same as the given target class or one of its superclasses.  | 
abstract  AbstractStarterFactory[] | 
Runner.getStarterFactoriesForTarget(java.lang.Class targetClass,
                             java.lang.Class starterFactorySubClass)
Returns an array of StarterFactory that have been registered for a class that is the same as the given target class or one of its superclasses, and that are instanceof the specified subclass.  | 
| Methods in oracle.ide.runner with parameters of type AbstractStarterFactory | |
|---|---|
 void | 
RunProcess.start(Node node,
      AbstractStarterFactory abstractStarterFactory,
      java.lang.Object cookie)
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||