Class HelperResource


  • public abstract class HelperResource
    extends Object
    • Constructor Detail

      • HelperResource

        public HelperResource()
    • Method Detail

      • create

        public static HelperResource create​(String applicationPath,
                                            String agentPath)
        Create a new helper resource object.
        Parameters:
        applicationPath - The path in the user's class loader at which to inject the resource.
        agentPath - The path in the agent class loader from which to get the content for the resource.
      • getApplicationPath

        public abstract String getApplicationPath()
        The path in the user's class loader at which to inject the resource.
      • getAgentPath

        public abstract String getAgentPath()
        The path in the agent class loader from which to get the content for the resource.