org.multiverse.instrumentation
Class DumpingFiler

java.lang.Object
  extended by org.multiverse.instrumentation.DumpingFiler
All Implemented Interfaces:
Filer

public class DumpingFiler
extends java.lang.Object
implements Filer

A Filer that decorates another filer with the ability to dump the classfile to some directory.

Author:
Peter Veentjer

Constructor Summary
DumpingFiler(Filer filer, java.io.File dumpDirectory)
           
 
Method Summary
 void createClassFile(Clazz clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpingFiler

public DumpingFiler(Filer filer,
                    java.io.File dumpDirectory)
Method Detail

createClassFile

public void createClassFile(Clazz clazz)
Specified by:
createClassFile in interface Filer


Copyright © 2008-2010 Multiverse. All Rights Reserved.