public class TraceSanitizerSupport extends ComponentSupport implements TraceSanitizer
| Modifier and Type | Field and Description |
|---|---|
static String[] |
FILTERED_PREFIXES |
config, feature, logKEY| Constructor and Description |
|---|
TraceSanitizerSupport(Feature feature) |
TraceSanitizerSupport(Feature feature,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Class type) |
boolean |
filter(String className) |
void |
print(Throwable t) |
void |
print(Throwable t,
PrintWriter out) |
void |
print(Throwable t,
PrintWriter out,
boolean deep) |
Throwable |
sanitize(Throwable t) |
Throwable |
sanitize(Throwable t,
boolean deep) |
config, featurepublic static final String[] FILTERED_PREFIXES
public TraceSanitizerSupport(Feature feature, Configuration config)
public TraceSanitizerSupport(Feature feature)
public boolean filter(String className)
filter in interface TraceSanitizerpublic boolean filter(Class type)
filter in interface TraceSanitizerpublic Throwable sanitize(Throwable t, boolean deep)
sanitize in interface TraceSanitizerpublic Throwable sanitize(Throwable t)
sanitize in interface TraceSanitizerpublic void print(Throwable t, PrintWriter out, boolean deep)
print in interface TraceSanitizerpublic void print(Throwable t, PrintWriter out)
print in interface TraceSanitizerpublic void print(Throwable t)
print in interface TraceSanitizerCopyright © 2006-2012 Codehaus. All Rights Reserved.