public class BundleDumpProvider extends TextDumpProvider
| Constructor and Description |
|---|
BundleDumpProvider(org.osgi.framework.BundleContext context)
Creates new bundle information file.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeDump(OutputStreamWriter writer)
This method should create output.
|
createDumppublic BundleDumpProvider(org.osgi.framework.BundleContext context)
context - Bundle context to access framework state.protected void writeDump(OutputStreamWriter writer) throws IOException
writeDump in class TextDumpProviderwriter - Stream which points to file specified in constructor.IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.