Extension SDK 10.1.2

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.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 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.runner
 

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


Extension SDK

 

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