|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRunProcess | |
---|---|
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
Uses of JRunProcess in oracle.jdeveloper.runner |
---|
Subclasses of JRunProcess in oracle.jdeveloper.runner | |
---|---|
class |
RemoteProcess |
class |
RunningProcess |
Fields in oracle.jdeveloper.runner declared as JRunProcess | |
---|---|
protected JRunProcess |
JStarter.jrunProcess The JRunProcess that will be or has been started by this JStarter. |
Methods in oracle.jdeveloper.runner with parameters of type JRunProcess | |
---|---|
java.lang.String[] |
JavaOptionProvider.getJavaOptions(JRunProcess jrunProcess) Returns the additional Java options that are required for starting this process. |
java.lang.String[] |
JavaOptionProvider.getProgramArguments(JRunProcess jrunProcess) Returns the additional program arguments that are required for starting this process. |
boolean |
JRunProcess.isSameType(JRunProcess other) Returns true if this is the same type of run as the other JRunProcess . |
Constructors in oracle.jdeveloper.runner with parameters of type JRunProcess | |
---|---|
JStarter(JRunProcess jrunProcess, java.lang.String[] target) This constructor initializes fields, including JStarter.jrunProcess , JStarter.target and JStarter.runConfiguration . |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |