Class BundleDumpProvider
- java.lang.Object
-
- org.apache.karaf.diagnostic.core.common.TextDumpProvider
-
- org.apache.karaf.diagnostic.core.providers.BundleDumpProvider
-
- All Implemented Interfaces:
DumpProvider
public class BundleDumpProvider extends TextDumpProvider
Dump provider which produces file named bundles.txt with list of installed bundles and it's state.
-
-
Constructor Summary
Constructors Constructor Description BundleDumpProvider(org.osgi.framework.BundleContext context)Creates new bundle information file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteDump(OutputStreamWriter writer)This method should create output.-
Methods inherited from class org.apache.karaf.diagnostic.core.common.TextDumpProvider
createDump
-
-
-
-
Method Detail
-
writeDump
protected void writeDump(OutputStreamWriter writer) throws IOException
This method should create output.- Specified by:
writeDumpin classTextDumpProvider- Parameters:
writer- Stream which points to file specified in constructor.- Throws:
IOException
-
-