public interface VFSRoot
VirtualFileSystem.
 
 This can contribute one of more top-level files for the VFS. Implementing classes must wear a Register to become visible to the injector and the VFS framework.
| Modifier and Type | Method and Description | 
|---|---|
void | 
collectRootFolders(VirtualFile parent,
                  Consumer<VirtualFile> fileCollector)
Collects all top-level files provided by this root. 
 | 
void collectRootFolders(VirtualFile parent, Consumer<VirtualFile> fileCollector)
parent - the root directory of the VFS to be used a parent for the provided filesfileCollector - the consumer to collect all provided filesCopyright © 2018. All rights reserved.