org.multiverse.instrumentation
Class DumpingFiler
java.lang.Object
org.multiverse.instrumentation.DumpingFiler
- All Implemented Interfaces:
- Filer
public class DumpingFiler
- extends Object
- implements Filer
A Filer that decorates another filer with the ability to dump the classfile
to some directory.
- Author:
- Peter Veentjer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpingFiler
public DumpingFiler(Filer filer,
File dumpDirectory)
createClassFile
public void createClassFile(Clazz clazz)
- Specified by:
createClassFile in interface Filer
Copyright © 2008-2010 Multiverse. All Rights Reserved.