|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.util.CommonUtils
public class CommonUtils
Common Utilities
Constructor Summary | |
---|---|
private |
CommonUtils()
Private constructor. |
Method Summary | |
---|---|
static java.lang.String |
callStackToString()
Get a string containing the stack of the current location |
static java.lang.String |
replace(java.lang.String name,
java.lang.String oldT,
java.lang.String newT)
replace: Like String.replace except that the old and new items are strings. |
static java.lang.String |
stackToString(java.lang.Throwable e)
Get a string containing the stack of the specified exception |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private CommonUtils()
Method Detail |
---|
public static final java.lang.String replace(java.lang.String name, java.lang.String oldT, java.lang.String newT)
name
- stringoldT
- old text to replacenewT
- new text to use
public static java.lang.String callStackToString()
public static java.lang.String stackToString(java.lang.Throwable e)
e
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |