Uses of Interface
org.qdl_lang.vfs.VFSFileProvider
-
Packages that use VFSFileProvider Package Description org.qdl_lang.config All things relating to the QDL configuration file.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 VFSFileProvider in org.qdl_lang.config
Methods in org.qdl_lang.config that return VFSFileProvider Modifier and Type Method Description protected static VFSFileProvider
QDLConfigurationLoaderUtils. setupMySQLVFS(QDLEnvironment config, VFSSQLConfig myCfg)
-
Uses of VFSFileProvider in org.qdl_lang.state
Methods in org.qdl_lang.state that return VFSFileProvider Modifier and Type Method Description VFSFileProvider
State. getVFS(String fqName)
Given a fully qualified path, find the VFS corresponding to the mount point and return it or null if no such mount point existsMethods in org.qdl_lang.state that return types with arguments of type VFSFileProvider Modifier and Type Method Description HashMap<String,VFSFileProvider>
State. getVfsFileProviders()
Methods in org.qdl_lang.state with parameters of type VFSFileProvider Modifier and Type Method Description void
State. addVFSProvider(VFSFileProvider scriptProvider)
Method parameters in org.qdl_lang.state with type arguments of type VFSFileProvider Modifier and Type Method Description void
State. setVfsFileProviders(HashMap<String,VFSFileProvider> vfsFileProviders)
-
Uses of VFSFileProvider in org.qdl_lang.vfs
Classes in org.qdl_lang.vfs that implement VFSFileProvider Modifier and Type Class Description class
AbstractVFSFileProvider
Created by Jeff Gaynor
on 2/28/20 at 5:07 PMclass
VFSMemoryFileProvider
A VFS backed by a hash table.class
VFSMySQLProvider
Created by Jeff Gaynor
on 2/28/20 at 7:17 AMclass
VFSPassThruFileProvider
Created by Jeff Gaynor
on 2/26/20 at 1:05 PMclass
VFSZipFileProvider
This is experimental.
-