Package | Description |
---|---|
org.fastnate.data.files |
Modifier and Type | Field and Description |
---|---|
private VfsDataFolder |
VfsDataFile.parent
The parent directory.
|
private VfsDataFolder |
VfsDataFolder.parent
The parent directory,
null if this represents the root folder. |
Modifier and Type | Method and Description |
---|---|
VfsDataFolder |
VfsDataFolder.getParent()
The parent directory,
null if this represents the root folder. |
Modifier and Type | Method and Description |
---|---|
List<VfsDataFolder> |
VfsDataFolder.getFolders() |
Constructor and Description |
---|
VfsDataFile(VfsDataFolder parent,
org.reflections.vfs.Vfs.File file) |
VfsDataFolder(List<org.reflections.vfs.Vfs.Dir> dirs,
VfsDataFolder parent,
String relativePath,
String name) |
Copyright © 2022 fastnate.org. All rights reserved.