read File
open fun readFile( qualifiedName: String, resolver: ModuleRootResolver, withFile: (UUID, String, AvailFile) -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Content copied to clipboard
Retrieve the AbstractFileWrapper and provide it with a request to obtain the raw file bytes.
Return
The FileManager file id for the file.
Parameters
qualified Name
The fully-qualified name of the module or resource.
resolver
The ModuleRootResolver used to access the target ModuleRoot.
with File
A function that accepts the FileManager.fileCache, the file mime type, and AvailFile.