| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Utility class, contains static methods for working wirth paths, URLs and stacktraces.
| Field Summary | |
private static Category | LOG |
| Method Summary | |
static URL | getChildUrl(URL parent, String child)Returns a child URL for given parent and child name |
static URL | getParentUrl(URL url)Returns the parent of given URL |
static String | getPath(URL url)Converts given URL to a path |
static URL | path2url(String path)Converts given path to an URL |
static URL | stackTrace2URL(String qualifiedClassName, Throwable t)file://com.bugworld.ReallyBuggyClass:34 |
static URL | stackTrace2URL(String qualifiedClassName, String stackTrace)Converts a stack trace to URL |
static String | throwable2StackTrace(Throwable t)Returns the stack trace for throwable object |
| Field Detail |
private static Category LOG
| Method Detail |
public static URL getChildUrl(URL parent, String child)
public static URL getParentUrl(URL url)
public static String getPath(URL url)
public static URL path2url(String path)
public static URL stackTrace2URL(String qualifiedClassName, Throwable t)
public static URL stackTrace2URL(String qualifiedClassName, String stackTrace)
public static String throwable2StackTrace(Throwable t)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||