Class TracepointUtils
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.TracepointUtils
-
public final class TracepointUtils extends Object
Utilities for tracepoint configuration.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
estimatedClassRoot(TracePointConfig tp)
We normally get set the source file name, we need to convert this to a Java class name.
-
-
-
Method Detail
-
estimatedClassRoot
public static String estimatedClassRoot(TracePointConfig tp)
We normally get set the source file name, we need to convert this to a Java class name.- Parameters:
tp
- the tracepoint to process- Returns:
- the internal class name to install the tracepoint in, or
cfm
orjsp
if the computed class is a CFM or JSP class.
-
-