public abstract class DebuggerFactory
extends java.lang.Object
DebuggerFactory instance.
It is also possible to provide null instance depends on the configuration(a production env should always provide nothing)| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENABLE_PROP |
static java.lang.String |
FACTORY_CLASS_PROP |
| Constructor and Description |
|---|
DebuggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract BindingAnnotationInfoChecker |
getAnnotationInfoChecker()
Get the checker, the sub-class have to consider the thread-safe issue when implementing.
|
abstract BindingExecutionInfoCollector |
getExecutionInfoCollector()
Get the collector, the sub-class have to consider the thread-safe issue when implementing.
|
static DebuggerFactory |
getInstance()
Thread safe method to get the factory instance
|
public static final java.lang.String ENABLE_PROP
public static final java.lang.String FACTORY_CLASS_PROP
public abstract BindingExecutionInfoCollector getExecutionInfoCollector()
public abstract BindingAnnotationInfoChecker getAnnotationInfoChecker()
public static DebuggerFactory getInstance()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.