Class GagTransformer

  • All Implemented Interfaces:
    java.lang.instrument.ClassFileTransformer

    public class GagTransformer
    extends AbstractTransformer
    • Constructor Summary

      Constructors 
      Constructor Description
      GagTransformer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void premain​(java.lang.String args, java.lang.instrument.Instrumentation inst)
      An instrumentation agent needs to have a premain method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.instrument.ClassFileTransformer

        transform
    • Constructor Detail

      • GagTransformer

        public GagTransformer()
    • Method Detail

      • premain

        public static void premain​(java.lang.String args,
                                   java.lang.instrument.Instrumentation inst)
        An instrumentation agent needs to have a premain method.
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException