Class MethodInjector


  • public class MethodInjector
    extends java.lang.Object
    Injects bridge methods as per WithBridgeMethods.
    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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodInjector

        public MethodInjector()
    • 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