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 |
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 SearchWorkingInstantiatorListener
public void instantiatorUnsupported(java.lang.Class<?> c, java.lang.Throwable t)
instantiatorUnsupported
in interface SearchWorkingInstantiatorListener
private Typology getTypology(java.lang.Class<?> c)