Builder
# VFS: Tree Entry
Describes a single entry within a given virtual file system managed by Elide. Tree entries can hold `File` or
`Directory` objects. Directories can, themselves, hold child `TreeEntry` objects, but files cannot.
Content copied to clipboard
elide.vfs.TreeEntry
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a file held by this tree entry.
Content copied to clipboard
.elide.vfs.File file = 10;
Link copied to clipboard
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a file held by this tree entry.
Content copied to clipboard
.elide.vfs.File file = 10;
Link copied to clipboard
Describes a file held by this tree entry.
Content copied to clipboard
.elide.vfs.File file = 10;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Describes a file held by this tree entry.
Content copied to clipboard
.elide.vfs.File file = 10;
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TreeEntry.Builder
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes a directory held by this tree entry.
Content copied to clipboard
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Describes a file held by this tree entry.
Content copied to clipboard
.elide.vfs.File file = 10;
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
Content copied to clipboard
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard