org.multiverse.compiler
Class MultiverseCompiler
java.lang.Object
org.multiverse.compiler.MultiverseCompiler
public final class MultiverseCompiler
- extends Object
The MultiverseCompiler is responsible for transforming class files. It is a general purpose
compiler since it doesn't do any compiling itself, but forwards everything a
Instrumentor The advantage is that not yet another MultiverseCompiler needs to
be written; so shared plumbing.
Another advange is that the same Instrumentor can be used for the MultiverseJavaAgent
and the MultiverseCompiler.
- Author:
- Peter Veentjer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiverseCompiler
public MultiverseCompiler()
main
public static void main(String[] args)
applyRecursive
public void applyRecursive(File directory,
Instrumentor instrumentor)
write
public void write(File file,
Clazz clazz)
Copyright © 2008-2010 Multiverse. All Rights Reserved.