public class EnvironmentDumpProvider extends TextDumpProvider
| Constructor and Description |
|---|
EnvironmentDumpProvider(org.osgi.framework.BundleContext context)
Create new dump entry which contains information about the runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeDump(OutputStreamWriter outputStream)
This method should create output.
|
createDumppublic EnvironmentDumpProvider(org.osgi.framework.BundleContext context)
context - The bundle context to use in the MBean.protected void writeDump(OutputStreamWriter outputStream) throws Exception
TextDumpProviderwriteDump in class TextDumpProvideroutputStream - Stream which points to file specified in constructor.Exception - If any problem occur.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.