public final class ContextAwareSupport extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
createInstance(String service,
ContextProvider context)
A helper method that creates a context-aware debugger service.
|
public static Object createInstance(String service, ContextProvider context)
ContextProvider
as an argument.
This method is typically called by the implementation of ContextAwareService
to create an instance with the given context.
service
- The full class name or static method that ends with '()'context
- The context with which is the service to be created