Class TracepointUtils


  • public final class TracepointUtils
    extends Object
    Utilities for tracepoint configuration.
    • 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 or jsp if the computed class is a CFM or JSP class.