public class WorkRoot extends Object implements VFSRoot
VirtualFileSystem.| Constructor and Description |
|---|
WorkRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectRootFolders(VirtualFile parent,
Consumer<VirtualFile> fileCollector)
Collects all top-level files provided by this root.
|
public void collectRootFolders(VirtualFile parent, Consumer<VirtualFile> fileCollector)
VFSRootcollectRootFolders in interface VFSRootparent - 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.