public interface ContextAwareService<T>
ContextAwareSupport.createService
factory
method as follows:
<folder name="Debugger"> <file name="MyDebuggerService.instance"> <attr name="instanceCreate" methodvalue="org.netbeans.spi.debugger.ContextAwareSupport.createService"/> <attr name="serviceName" stringvalue="org.netbeans.my_debugger.MyServiceImpl"/> <attr name="serviceClass" stringvalue="org.netbeans.debugger.Service"/> </file> </folder>
Modifier and Type | Method and Description |
---|---|
T |
forContext(ContextProvider context)
Create a debugger service in a context.
|
T forContext(ContextProvider context)
context
- the context to create the service withT
.