Package com.intergral.deep.api
Class DeepAPI
- java.lang.Object
-
- com.intergral.deep.api.DeepAPI
-
public class DeepAPI extends Object
This type provides helper methods to get the api and other exposed APIs from deep. This type MUST not be used until after the agent is loaded or there will be Exceptions thrown.
-
-
Constructor Summary
Constructors Constructor Description DeepAPI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IDeepapi()Get the Deep api.static IReflectionreflection()Get the reflection API.
-
-
-
Method Detail
-
reflection
public static IReflection reflection()
Get the reflection API.- Returns:
- a
IReflectioninstance for the java version we are running
-
-