Interface JavaSourceCompiler.ClassSource

  • Enclosing interface:
    JavaSourceCompiler

    public static interface JavaSourceCompiler.ClassSource
    The ClassSource interface represents a source code file that can be compiled by a Java compiler. It provides methods to retrieve the binary name of the class and the source code content.
    • Method Detail

      • binaryName

        String binaryName()
      • getSource

        String getSource()