Interface SourceFile
-
- All Known Implementing Classes:
DependencyFile,VirtualFile
public interface SourceFileAn interface for representing source files for the Compilation Service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContent()java.lang.StringgetName()booleanwasModified()
-