接口 ClassDescriptor

  • 所有已知实现类:
    ClassDescriptorImpl

    public interface ClassDescriptor
    Descriptor for a class file.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getName

        String getName()
        Retrieves the class name, not the file name.
        返回:
        The name (FQN) of the class
      • getStreamAccess

        InputStreamAccess getStreamAccess()
        Retrieves access to the InputStream for the class file.
        返回:
        Access to the InputStream for the class file.