Class AgentTooling
java.lang.Object
io.opentelemetry.javaagent.tooling.muzzle.AgentTooling
This class contains class references for objects shared by the agent installer as well as muzzle
(both compile and runtime). Extracted out from AgentInstaller to begin separating some of the
logic out.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisTransforming(ClassLoader classLoader, String className) static AgentLocationStrategystatic net.bytebuddy.agent.builder.AgentBuilder.PoolStrategystatic net.bytebuddy.agent.builder.AgentBuilder.Listener
-
Method Details
-
locationStrategy
-
poolStrategy
public static net.bytebuddy.agent.builder.AgentBuilder.PoolStrategy poolStrategy() -
transformListener
public static net.bytebuddy.agent.builder.AgentBuilder.Listener transformListener() -
isTransforming
-