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

E17493-01

Uses of Interface
oracle.ide.runner.StarterFactory

Packages that use StarterFactory
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
 

Uses of StarterFactory in oracle.ide.runner
 

Classes in oracle.ide.runner that implement StarterFactory
 class AbstractStarterFactory
           
 

Methods in oracle.ide.runner that return StarterFactory
 StarterFactory StarterFactoryDescription.getStarterFactory()
          Get an instance of the StarterFactory.
 

Methods in oracle.ide.runner with parameters of type StarterFactory
abstract  void Runner.registerStarterFactory(java.lang.Class targetClass, StarterFactory starterFactory)
          Registers the specified StarterFactory as a StarterFactory that can create a Starter that may start processes with the specified type of target.
abstract  void Runner.unregisterStarterFactory(java.lang.Class targetClass, StarterFactory starterFactory)
          Unregisters the specified StarterFactory for the specified type of target.
 

Uses of StarterFactory in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return types with arguments of type StarterFactory
static java.util.List<Pair<java.lang.Class,StarterFactory>> J2eeEditionAddin.getOverridableStarterFactories()
           
 

Methods in oracle.jdeveloper.model with parameters of type StarterFactory
static void J2eeEditionAddin.registerOverridableStarterFactory(java.lang.Class targetClass, StarterFactory starterFactory)
           
 

Uses of StarterFactory in oracle.jdeveloper.runner
 

Subinterfaces of StarterFactory in oracle.jdeveloper.runner
 interface JStarterFactory
          Marker interface implemented by StarterFactory classes that know how to start a Java process.
 


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

E17493-01

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