Package jetbrains.mps.vfs.impl
Class IoFileSystem
- java.lang.Object
 - 
- jetbrains.mps.vfs.impl.IoFileSystem
 
 
- 
- All Implemented Interfaces:
 FileSystem,FileSystem
@Deprecated public class IoFileSystem extends Object implements FileSystem
Deprecated. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IoFileSystemINSTANCEDeprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IFilegetFile(String path)Deprecated.booleanisFileIgnored(String name)Deprecated.booleanrunWriteTransaction(Runnable r)Deprecated.Write files from appropriate thread and with appropriate locks 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final IoFileSystem INSTANCE
Deprecated. 
 - 
 
- 
Method Detail
- 
getFile
@NotNull @Deprecated public IFile getFile(@NotNull String path)
Deprecated.- Specified by:
 getFilein interfaceFileSystem- Specified by:
 getFilein interfaceFileSystem
 
- 
isFileIgnored
public boolean isFileIgnored(@NotNull String name)
Deprecated.- Specified by:
 isFileIgnoredin interfaceFileSystem
 
- 
runWriteTransaction
public boolean runWriteTransaction(@NotNull Runnable r)
Deprecated.Description copied from interface:FileSystemWrite files from appropriate thread and with appropriate locks- Specified by:
 runWriteTransactionin interfaceFileSystem- Parameters:
 r- code to execute within platform write lock- Returns:
 falseif an exception was encountered
 
 - 
 
 -