Class ResourceInjectionInstrumentation.GetResourcesAdvice

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void onExit​(java.lang.ClassLoader classLoader, java.lang.String name, java.util.Enumeration<java.net.URL> resources)  
      • Methods inherited from class java.lang.Object

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

      • GetResourcesAdvice

        public GetResourcesAdvice()
    • Method Detail

      • onExit

        @OnMethodExit(suppress=java.lang.Throwable.class)
        public static void onExit​(@This
                                  java.lang.ClassLoader classLoader,
                                  @Argument(0)
                                  java.lang.String name,
                                  @Return(readOnly=false)
                                  java.util.Enumeration<java.net.URL> resources)