public final class Dump extends Object
| Modifier and Type | Method and Description |
|---|---|
static DumpDestination |
directory(File file) |
static void |
dump(org.osgi.framework.BundleContext bundleContext,
DumpDestination destination,
boolean noThreadDump,
boolean noHeapDump) |
static DumpDestination |
zip(File file) |
public static DumpDestination directory(File file)
public static DumpDestination zip(File file)
public static void dump(org.osgi.framework.BundleContext bundleContext,
DumpDestination destination,
boolean noThreadDump,
boolean noHeapDump)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.