Directory
# VFS: Directory
Describes a directory-type entry within a given `TreeEntry`, within a virtual file system managed by Elide. Directory
entries can hold children (either `File` or other `Directory` objects), by way of their `TreeEntry` children. Entries
of type `Directory` are virtualized and carry no data.
Content copied to clipboard
elide.vfs.Directory
Types
Link copied to clipboard
# VFS: Directory
Describes a directory-type entry within a given `TreeEntry`, within a virtual file system managed by Elide. Directory
entries can hold children (either `File` or other `Directory` objects), by way of their `TreeEntry` children. Entries
of type `Directory` are virtualized and carry no data.
Content copied to clipboard
elide.vfs.Directory
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Link copied to clipboard
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Link copied to clipboard
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Link copied to clipboard
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Link copied to clipboard
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Name of the directory.
Content copied to clipboard
string name = 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Directory
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard