Interface ClassFileLocator

    • Field Detail

      • CLASS_FILE_EXTENSION

        static final java.lang.String CLASS_FILE_EXTENSION
        The file extension for a Java class file.
        See Also:
        Constant Field Values
    • Method Detail

      • locate

        ClassFileLocator.Resolution locate​(java.lang.String name)
                                    throws java.io.IOException
        Locates the class file for a given type and returns the binary data of the class file.
        Parameters:
        name - The name of the type to locate a class file representation for.
        Returns:
        Any binary representation of the type which might be illegal.
        Throws:
        java.io.IOException - If reading a class file causes an error.