org.apache.commons.javaflow.bytecode.transformation.bcel
Class BcelClassTransformer
java.lang.Object
org.apache.commons.javaflow.bytecode.transformation.bcel.BcelClassTransformer
- All Implemented Interfaces:
- ResourceTransformer
Deprecated. use the AsmClassTransformer instead
public final class BcelClassTransformer
- extends Object
- implements ResourceTransformer
ResourceTransformer
that uses BCEL.
Field Summary |
static boolean |
debug
Deprecated. |
Method Summary |
byte[] |
transform(byte[] original)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static boolean debug
- Deprecated.
BcelClassTransformer
public BcelClassTransformer()
- Deprecated.
BcelClassTransformer
public BcelClassTransformer(File classPathFile)
- Deprecated.
- Creates an instance that uses the passed classpath for the resolution
of referenced classes.
- Parameters:
classPathFile
- The classpath to use for class file resolution.
BcelClassTransformer
public BcelClassTransformer(org.apache.bcel.util.Repository repository)
- Deprecated.
transform
public byte[] transform(byte[] original)
- Deprecated.
- Specified by:
transform
in interface ResourceTransformer
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.