Extension SDK 10.1.2

Uses of Class
oracle.ide.runner.Starter

Packages that use Starter
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 Starter in oracle.ide.runner
 

Fields in oracle.ide.runner declared as Starter
protected  Starter RunProcess.starter
          The starter for this RunProcess.
 

Methods in oracle.ide.runner that return Starter
protected  Starter RunProcess.getStarterForTarget(Node node, java.lang.Class starterFactorySubClass)
          Tests whether the given node is runnable and returns the starter that can start the process.
 Starter RunProcess.getStarter()
          Returns the Starter that will be used to start this process.
 Starter StarterFactory.createStarter(RunProcess runProcess, Node node, java.lang.Object o)
          Creates a starter for the specified RunProcess.
 Starter AbstractStarterFactory.createStarter(RunProcess runProcess, Context context, Node node, java.lang.Object o)
           
 

Methods in oracle.ide.runner with parameters of type Starter
protected  boolean RunProcess.checkStarter(Starter starter, java.util.List errors)
          Returns whether the given starter can really be used to start a process.
 

Uses of Starter in oracle.jdeveloper.runner
 

Subclasses of Starter in oracle.jdeveloper.runner
 class JStarter
          A class that represents a way of starting a Java process.
 

Methods in oracle.jdeveloper.runner with parameters of type Starter
protected  boolean JRunProcess.checkStarter(Starter starter, java.util.List errors)
          Returns whether the given starter can really be used to start a process.
 


Extension SDK

 

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