public class Debug extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Debug.Trace |
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
contextToMap(Context context) |
static void |
contextToMap(Context context,
String baseName,
Map<String,Object> results) |
static List<Field> |
getFields(Class clazz) |
static Map<String,Object> |
printContext(Context context) |
static Map<String,Object> |
printContext(Context context,
PrintStream out) |
static Map<String,Object> |
printContextValues(Context context) |
static Map<String,Object> |
printContextValues(Context context,
PrintStream out) |
static String |
printStackTrace(Throwable t) |
public static Map<String,Object> contextToMap(Context context) throws NamingException
NamingExceptionpublic static void contextToMap(Context context, String baseName, Map<String,Object> results) throws NamingException
NamingExceptionpublic static Map<String,Object> printContext(Context context) throws NamingException
NamingExceptionpublic static Map<String,Object> printContext(Context context, PrintStream out) throws NamingException
NamingExceptionpublic static Map<String,Object> printContextValues(Context context) throws NamingException
NamingExceptionpublic static Map<String,Object> printContextValues(Context context, PrintStream out) throws NamingException
NamingExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.