Class MethodInjector
- java.lang.Object
-
- com.infradna.tool.bridge_method_injector.MethodInjector
-
public class MethodInjector extends java.lang.Object
Injects bridge methods as perWithBridgeMethods
.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description MethodInjector()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(java.io.File classFile)
void
handleRecursively(java.io.File f)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
handleRecursively
public void handleRecursively(java.io.File f) throws java.io.IOException
- Throws:
java.io.IOException
-
handle
public void handle(java.io.File classFile) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
-