org.apache.karaf.diagnostic.demo
Class ScreenshotDumpProvider

java.lang.Object
  extended by org.apache.karaf.diagnostic.demo.ScreenshotDumpProvider
All Implemented Interfaces:
DumpProvider

public class ScreenshotDumpProvider
extends Object
implements DumpProvider

This demo provider creates images in dump destination which contains screenshots from all attached displays.

Author:
ldywicki

Constructor Summary
ScreenshotDumpProvider()
           
 
Method Summary
 void createDump(DumpDestination destination)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenshotDumpProvider

public ScreenshotDumpProvider()
Method Detail

createDump

public void createDump(DumpDestination destination)
                throws Exception

Specified by:
createDump in interface DumpProvider
Throws:
Exception


Copyright © 2007-2011 FuseSource, Corp.. All Rights Reserved.