{@link VirtualFileSystem}. A particular file is represented by the same VirtualFile instance for the entire lifetime of the IntelliJ IDEA process, unless the file is deleted, in which case {@link #isValid()} for the instance will return false. If an in-memory implementation of VirtualFile is required, LightVirtualFile from the com.intellij.testFramework package (Extended API) can be used.
@see VirtualFileSystem
@see VirtualFileManager
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |