Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callStaticAgentMethod (0.26 sec)

  1. platforms/core-runtime/instrumentation-agent-services/src/main/java/org/gradle/internal/instrumentation/agent/AgentControl.java

            Method isAppliedMethod = findAgentMethod(INSTRUMENTATION_AGENT_CLASS_NAME, "isApplied");
            if (isAppliedMethod == null) {
                return false;
            }
            return callStaticAgentMethod(isAppliedMethod);
        }
    
        public static boolean installTransformer(ClassFileTransformer transformer) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top