Interface SourceCompiler.ClassSource

Enclosing interface:
SourceCompiler

public static interface SourceCompiler.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 Details

    • binaryName

      String binaryName()
    • getSource

      String getSource()