public class DefaultDebuggerFactory extends DebuggerFactory
DebuggerFactory
it is execution scope implementation and provides client-log and system-out implementationENABLE_PROP, FACTORY_CLASS_PROP| Constructor and Description |
|---|
DefaultDebuggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected BindingExecutionInfoCollector |
createBindingExecutionInfoCollector() |
protected BindingAnnotationInfoChecker |
createDefaultAnnotationInfoChecker() |
BindingAnnotationInfoChecker |
getAnnotationInfoChecker()
Get the checker, the sub-class have to consider the thread-safe issue when implementing.
|
BindingExecutionInfoCollector |
getExecutionInfoCollector()
Get the collector, the sub-class have to consider the thread-safe issue when implementing.
|
getInstancepublic BindingExecutionInfoCollector getExecutionInfoCollector()
DebuggerFactorygetExecutionInfoCollector in class DebuggerFactoryprotected BindingExecutionInfoCollector createBindingExecutionInfoCollector()
public BindingAnnotationInfoChecker getAnnotationInfoChecker()
DebuggerFactorygetAnnotationInfoChecker in class DebuggerFactoryprotected BindingAnnotationInfoChecker createDefaultAnnotationInfoChecker()
Copyright © 2020. All rights reserved.