Uses of Interface
org.qdl_lang.vfs.VFSMetaEntry
-
Packages that use VFSMetaEntry Package Description org.qdl_lang.scripting This directory is concerned with scripts for use on a server, not general QDL scripts.org.qdl_lang.vfs Virtual file systems support as well as implementations of VFSs. -
-
Uses of VFSMetaEntry in org.qdl_lang.scripting
Classes in org.qdl_lang.scripting that implement VFSMetaEntry Modifier and Type Class Description class
QDLScript
Created by Jeff Gaynor
on 2/4/20 at 5:09 PM -
Uses of VFSMetaEntry in org.qdl_lang.vfs
Subinterfaces of VFSMetaEntry in org.qdl_lang.vfs Modifier and Type Interface Description interface
VFSEntry
Created by Jeff Gaynor
on 2/19/20 at 5:58 AMClasses in org.qdl_lang.vfs that implement VFSMetaEntry Modifier and Type Class Description class
FileEntry
Generic entry for the virtual file system.class
VFSMemoryDirectoryEntry
Methods in org.qdl_lang.vfs that return VFSMetaEntry Modifier and Type Method Description VFSMetaEntry
VFSMemoryDirectoryEntry. getEntry(String relativePath)
Takes a relative path, e.g.VFSMetaEntry
VFSMemoryDirectoryEntry. putEntry(String relativePath, VFSMetaEntry value)
Methods in org.qdl_lang.vfs with parameters of type VFSMetaEntry Modifier and Type Method Description VFSMetaEntry
VFSMemoryDirectoryEntry. putEntry(String relativePath, VFSMetaEntry value)
-