E O S T

E

ExceptionTool - Class in org.apache.maven.plugins.junitreport
Util class for exceptions Inspired from org.apache.maven.util.StringTool
ExceptionTool() - Constructor for class org.apache.maven.plugins.junitreport.ExceptionTool
 

O

org.apache.maven.plugins.junitreport - package org.apache.maven.plugins.junitreport
Contains utility classes for the junit-report plugin.

S

split(String, String) - Method in class org.apache.maven.plugins.junitreport.ExceptionTool
Splits the provided text into an array, separator String specified.
splitNestedStackTraces(String) - Method in class org.apache.maven.plugins.junitreport.ExceptionTool
Splits the given stacktrace into an array of simple (not nested) stack traces.

T

truncateNestedStackTrace(String, String) - Method in class org.apache.maven.plugins.junitreport.ExceptionTool
Splits the given stackTrace into nested stack traces and truncates each of the nested stacktrace (including the nesting stacktrace) then re-concatenates the string to return it
truncateStackTrace(String, String) - Method in class org.apache.maven.plugins.junitreport.ExceptionTool
Truncates the given stacktrace just before the first occurance of the given searchedString

E O S T

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.