org.apache.commons.javaflow.bytecode.transformation.bcel
Class BcelClassTransformer

java.lang.Object
  extended by org.apache.commons.javaflow.bytecode.transformation.bcel.BcelClassTransformer
All Implemented Interfaces:
ResourceTransformer

public final class BcelClassTransformer
extends java.lang.Object
implements ResourceTransformer

ResourceTransformer that uses BCEL.

Author:
tcurdt, Kohsuke Kawaguchi

Field Summary
static boolean debug
           
 
Constructor Summary
BcelClassTransformer()
           
BcelClassTransformer(org.apache.bcel.util.Repository repository)
           
 
Method Summary
 byte[] transform(byte[] original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

BcelClassTransformer

public BcelClassTransformer()

BcelClassTransformer

public BcelClassTransformer(org.apache.bcel.util.Repository repository)
Method Detail

transform

public byte[] transform(byte[] original)
Specified by:
transform in interface ResourceTransformer


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.