|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.karaf.diagnostic.core.common.TextDumpProvider
org.apache.karaf.diagnostic.common.BundleDumpProvider
public class BundleDumpProvider
Dump provider which produces file named bundles.txt with list of installed bundles and it's state.
Constructor Summary | |
---|---|
BundleDumpProvider(org.osgi.framework.BundleContext context)
Creates new bundle information file. |
Method Summary | |
---|---|
protected void |
writeDump(java.io.OutputStreamWriter writer)
This method should create output. |
Methods inherited from class org.apache.karaf.diagnostic.core.common.TextDumpProvider |
---|
createDump |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleDumpProvider(org.osgi.framework.BundleContext context)
context
- Bundle context to access framework state.Method Detail |
---|
protected void writeDump(java.io.OutputStreamWriter writer) throws java.io.IOException
writeDump
in class TextDumpProvider
writer
- Stream which points to file specified in constructor.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |