Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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
 Starter AbstractStarterFactory.createStarter(RunProcess runProcess, Context context, Node node, java.lang.Object o)
           
 Starter StarterFactory.createStarter(RunProcess runProcess, Node node, java.lang.Object o)
          Creates a starter for the specified RunProcess.
 Starter RunProcess.getStarter()
          Returns the Starter that will be used to start this process.
 Starter RunProcess.getStarter(boolean determineTargetAndStarter)
          Returns the Starter that will be used to start this process.
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.
 

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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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