Package | Description |
---|---|
oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
oracle.jdeveloper.server.lifecycle.ide |
Modifier and Type | Class and Description |
---|---|
class |
RemoteProcess |
class |
RunningProcess
Represents an actively running process (JRunProcess)
|
Modifier and Type | Field and Description |
---|---|
protected JRunProcess |
JStarter.jrunProcess
The JRunProcess that will be or has been started by this JStarter.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
JStarter(JRunProcess jrunProcess, java.lang.String[] target)
This constructor initializes fields, including
JStarter.jrunProcess , JStarter.target and JStarter.runConfiguration . |
Modifier and Type | Method and Description |
---|---|
JRunProcess |
ServerInstanceInfo.getInstanceJRunProcess() |
Modifier and Type | Method and Description |
---|---|
abstract Context |
IdeLifecycleManager.createInstanceContext(Context context, InstanceInfo serverInfo, JRunProcess process) |
void |
ServerInstanceInfo.setInstanceJRunProcess(JRunProcess startingProcess) |