Interface SourceFile

All Known Implementing Classes:
DependencyFile, VirtualFile

public interface SourceFile
An interface for representing source files for the Compilation Service.
  • Method Details

    • getName

      String getName()
    • getContent

      String getContent()
    • wasModified

      boolean wasModified()