public class SystemOutListener extends java.lang.Object implements SearchWorkingInstantiatorListener
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
PATTERN |
| Constructor and Description |
|---|
SystemOutListener() |
| Modifier and Type | Method and Description |
|---|---|
private Typology |
getTypology(java.lang.Class<?> c) |
void |
instantiatorNotFound(java.lang.String className,
java.lang.Throwable t) |
void |
instantiatorSupported(java.lang.Class<?> c) |
void |
instantiatorUnsupported(java.lang.Class<?> c,
java.lang.Throwable t) |
private static final java.lang.String PATTERN
public void instantiatorSupported(java.lang.Class<?> c)
instantiatorSupported in interface SearchWorkingInstantiatorListenerpublic void instantiatorUnsupported(java.lang.Class<?> c,
java.lang.Throwable t)
instantiatorUnsupported in interface SearchWorkingInstantiatorListenerpublic void instantiatorNotFound(java.lang.String className,
java.lang.Throwable t)
instantiatorNotFound in interface SearchWorkingInstantiatorListenerprivate Typology getTypology(java.lang.Class<?> c)