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 classQDLScriptCreated 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 interfaceVFSEntryCreated by Jeff Gaynor
on 2/19/20 at 5:58 AMClasses in org.qdl_lang.vfs that implement VFSMetaEntry Modifier and Type Class Description classFileEntryGeneric entry for the virtual file system.classVFSMemoryDirectoryEntryMethods in org.qdl_lang.vfs that return VFSMetaEntry Modifier and Type Method Description VFSMetaEntryVFSMemoryDirectoryEntry. getEntry(String relativePath)Takes a relative path, e.g.VFSMetaEntryVFSMemoryDirectoryEntry. putEntry(String relativePath, VFSMetaEntry value)Methods in org.qdl_lang.vfs with parameters of type VFSMetaEntry Modifier and Type Method Description VFSMetaEntryVFSMemoryDirectoryEntry. putEntry(String relativePath, VFSMetaEntry value)
-