Uses of Interface
org.qdl_lang.vfs.VFSEntry
- 
Packages that use VFSEntry Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.scripting This directory is concerned with scripts for use on a server, not general QDL scripts.org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.vfs Virtual file systems support as well as implementations of VFSs.
- 
- 
Uses of VFSEntry in org.qdl_lang.evaluateMethods in org.qdl_lang.evaluate that return VFSEntry Modifier and Type Method Description VFSEntryAbstractEvaluator. resolveResourceToFile(String resourceName, int type, State state)This will look at the resource name and decide if it is in a VFS and resolve it against that.
- 
Uses of VFSEntry in org.qdl_lang.scriptingClasses in org.qdl_lang.scripting that implement VFSEntry Modifier and Type Class Description classQDLScriptCreated by Jeff Gaynor
 on 2/4/20 at 5:09 PM
- 
Uses of VFSEntry in org.qdl_lang.stateMethods in org.qdl_lang.state that return VFSEntry Modifier and Type Method Description VFSEntryState. getFileFromVFS(String fqName, int type)
- 
Uses of VFSEntry in org.qdl_lang.vfsClasses in org.qdl_lang.vfs that implement VFSEntry Modifier and Type Class Description classFileEntryGeneric entry for the virtual file system.Methods in org.qdl_lang.vfs that return VFSEntry Modifier and Type Method Description VFSEntryAbstractVFSFileProvider. get(String path, int type)VFSEntryVFSFileProvider. get(String name, int type)Get the named item.VFSEntryVFSMemoryFileProvider. get(String path, int type)VFSEntryVFSMySQLProvider. get(String path, int type)VFSEntryVFSPassThruFileProvider. get(String path, int type)VFSEntryVFSZipFileProvider. get(String path, int type)Methods in org.qdl_lang.vfs with parameters of type VFSEntry Modifier and Type Method Description voidAbstractVFSFileProvider. put(String newPath, VFSEntry entry)voidAbstractVFSFileProvider. put(VFSEntry entry)voidVFSDatabase. put(String[] key, VFSEntry fileEntry)voidVFSFileProvider. put(String newPath, VFSEntry entry)Add the using the path.voidVFSFileProvider. put(VFSEntry entry)Put this in the store at its current pathvoidVFSMemoryFileProvider. put(String newPath, VFSEntry entry)voidVFSMySQLProvider. put(String path, VFSEntry entry)voidVFSPassThruFileProvider. put(String path, VFSEntry entry)voidVFSPassThruFileProvider. put(VFSEntry entry)voidVFSDatabase. update(String[] key, VFSEntry fileEntry)
 
-