Commander::VirtualFS::MemoryProvider
Inherits Commander::VirtualFS::Provider < Reference < Object
Constructors
Instance methods
add_directory(path : VirtualPath) : MemoryProvider
Sourcecopy(path : VirtualPath, target : VirtualPath) : Response
Sourcedelete(path : VirtualPath) : Response
Sourcelist(path : VirtualPath) : Response
Sourcemkdir(path : VirtualPath) : Response
Sourceopen_stream(path : VirtualPath) : Response
Sourceread(path : VirtualPath) : Response
Sourcerename(path : VirtualPath, target : VirtualPath) : Response
Sourcescheme
Sourcestat(path : VirtualPath) : Response
Source