| Package | Description |
|---|---|
| org.bridje.vfs | |
| org.bridje.vfs.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CpSource
This object represents a Class Path source for the virtual file system.
|
class |
FileSource
This object represents a real file system source fot the virtual file system tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VfsService.mount(Path path,
VfsSource source)
Mounts a new source into the given path.
|
void |
VFile.mount(VfsSource source)
Mount a node(file or folder) on VFS tree. for example, Let's suppose that
we want to mount the folder ("/etc/resources"), the call to the method:
mount(new FileSource(new File("/etc/resources")))
|
| Modifier and Type | Class and Description |
|---|---|
class |
VfsSourceWrapper |
| Constructor and Description |
|---|
VfsSourceWrapper(Path path,
VfsSource source) |
Copyright © 2015–2017 Bridje Framework. All rights reserved.