Interface SourceFile

  • All Known Implementing Classes:
    DependencyFile, VirtualFile

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

      • getName

        java.lang.String getName()
      • getContent

        java.lang.String getContent()
      • wasModified

        boolean wasModified()