public interface StarterFactoryProvider
StarterFactoryProviders can lazily provide StarterFactories for the runner,
debugger and profiler. The providers can make trigger hook registrations
with extensive rules to make it possible to only load, and initialize, the
exact StarterFactory that is needed to run a particular Node.
Register StarterFactoryProviders in an extension.xml file as follows:
<trigger-hooks xmlns="http://xmlns.oracle.com/ide/extension">
<triggers>
<runner-hook xmlns="http://xmlns.oracle.com/ide/extension/runner">
<starter-factory-provider class="mypackage.MyStarterFactoryProvider">
target-class="mypackage2.MyNode"/>
</triggers>
</trigger-hooks>
- Since:
- 11.1.2.0.0