Interface ClassFileLocator

    • Field Detail

      • CLASS_FILE_EXTENSION

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

      • locate

        ClassFileLocator.Resolution locate​(String name)
                                    throws 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:
        IOException - If reading a class file causes an error.