Set an in-memory storage for this file's text, that will be queried on compile, save, and whenever the text is needed. null can be passed to detach any attached storage.
(TextStorage text)
| 105 | * passed to detach any attached storage. |
| 106 | */ |
| 107 | public void setStorage(TextStorage text) { |
| 108 | this.storage = text; |
| 109 | } |
| 110 | |
| 111 | |
| 112 | public File getFile() { |
no outgoing calls
no test coverage detected