| Package | Description |
|---|---|
| oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
| oracle.jdeveloper.model |
Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model.
|
| oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStarterFactory |
| Modifier and Type | Method and Description |
|---|---|
StarterFactory |
StarterFactoryDescription.getStarterFactory()
Get an instance of the StarterFactory.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Pair<java.lang.Class,StarterFactory>> |
J2eeEditionAddin.getOverridableStarterFactories() |
| Modifier and Type | Method and Description |
|---|---|
static void |
J2eeEditionAddin.registerOverridableStarterFactory(java.lang.Class targetClass,
StarterFactory starterFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JStarterFactory
Marker interface implemented by
StarterFactory classes that know how to
start a Java process. |