Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.runner.AbstractStarterFactory

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)
          Deprecated. Use getRegisteredStarterFactories(Node targetNode, Class starterFactoryClass) instead. A target Node is much more useful than a target Class since this enables the Runner to better select the correct StarterFactories
abstract  AbstractStarterFactory[] Runner.getRegisteredStarterFactories(java.lang.Class targetClass, java.lang.Class starterFactorySubClass)
          Deprecated. Use getRegisteredStarterFactories(Node targetNode, Class starterFactoryClass) instead. A target Node is much more useful than a target Class since this enables the Runner to better select the correct StarterFactories
abstract  AbstractStarterFactory[] Runner.getRegisteredStarterFactories(Project project, Node targetNode, java.lang.Class starterFactoryClass)
          Returns an array of StarterFactories that have been registered for the class of the Node (exactly), and that are instanceof the specified StarterFactory class.
abstract  AbstractStarterFactory[] Runner.getStarterFactoriesForTarget(java.lang.Class targetClass)
          Deprecated. Use getStarterFactoriesForTarget(Node targetNode, Class starterFactoryClass) instead. A target Node is much more useful than a target Class since this enables the Runner to better select the correct StarterFactories
abstract  AbstractStarterFactory[] Runner.getStarterFactoriesForTarget(java.lang.Class targetClass, java.lang.Class starterFactorySubClass)
          Deprecated. Use getStarterFactoriesForTarget(Node targetNode, Class starterFactoryClass) instead. A target Node is much more useful than a target Class since this enables the Runner to better select the correct StarterFactories
abstract  AbstractStarterFactory[] Runner.getStarterFactoriesForTarget(Project project, Node targetNode, java.lang.Class starterFactoryClass)
          Returns an array of StarterFactories that have been registered for the class of the Node or one of its super classes, and that are instanceof the specified StarterFactory class.

 

Methods in oracle.ide.runner with parameters of type AbstractStarterFactory
 void RunProcess.start(Node node, AbstractStarterFactory abstractStarterFactory, java.lang.Object cookie)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.