|
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 StarterFactory | |
---|---|
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. |
Uses of StarterFactory in oracle.ide.runner |
---|
Classes in oracle.ide.runner that implement StarterFactory | |
---|---|
class |
AbstractStarterFactory |
Methods in oracle.ide.runner with parameters of type StarterFactory | |
---|---|
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. |
Uses of StarterFactory in oracle.jdeveloper.model |
---|
Methods in oracle.jdeveloper.model that return types with arguments of type StarterFactory | |
---|---|
static java.util.List<Pair<java.lang.Class,StarterFactory>> |
J2eeEditionAddin.getOverridableStarterFactories() |
Methods in oracle.jdeveloper.model with parameters of type StarterFactory | |
---|---|
static void |
J2eeEditionAddin.registerOverridableStarterFactory(java.lang.Class targetClass, StarterFactory starterFactory) |
Uses of StarterFactory in oracle.jdeveloper.runner |
---|
Subinterfaces of StarterFactory in oracle.jdeveloper.runner | |
---|---|
interface |
JStarterFactory Marker interface implemented by StarterFactory classes that know how to start a Java process. |
|
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 |