Interface ClassFileLocator.AgentBased.ClassLoadingDelegate

    • Method Detail

      • locate

        java.lang.Class<?> locate​(java.lang.String name)
                           throws java.lang.ClassNotFoundException
        Loads a class by its name.
        Parameters:
        name - The name of the type.
        Returns:
        The class with the given name.
        Throws:
        java.lang.ClassNotFoundException - If a class cannot be found.
      • getClassLoader

        java.lang.ClassLoader getClassLoader()
        Returns the underlying class loader.
        Returns:
        The underlying class loader.