Package jetbrains.mps.vfs
Interface IFileSystem
- 
- All Known Implementing Classes:
 JarIoFileSystem,JrtIoFileSystem,LocalIoFileSystem
public interface IFileSystem 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFilegetFile(String path)booleanisFileIgnored(String name)booleanrunWriteTransaction(Runnable r)Write files from appropriate thread and with appropriate locks 
 - 
 
- 
- 
Field Detail
- 
SEPARATOR
static final String SEPARATOR
- See Also:
 - Constant Field Values
 
 
 - 
 
 -