org.codehaus.gmaven.runtime
Interface TraceSanitizer

All Superinterfaces:
Component
All Known Implementing Classes:
TraceSanitizerSupport

public interface TraceSanitizer
extends Component

Provides an abstraction to sanatize Groovy stack-traces.

Version:
$Id: TraceSanitizer.java 11 2009-07-16 09:25:38Z user57 $
Author:
Jason Dillon

Field Summary
static String KEY
           
 
Method Summary
 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)
           
 
Methods inherited from interface org.codehaus.gmaven.feature.Component
config, feature
 

Field Detail

KEY

static final String KEY
Method Detail

filter

boolean filter(String className)

filter

boolean filter(Class type)

sanitize

Throwable sanitize(Throwable t,
                   boolean deep)

sanitize

Throwable sanitize(Throwable t)

print

void print(Throwable t,
           PrintWriter out,
           boolean deep)

print

void print(Throwable t,
           PrintWriter out)

print

void print(Throwable t)


Copyright © 2006-2012 Codehaus. All Rights Reserved.