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.configMethods in org.qdl_lang.config that return VFSFileProvider Modifier and Type Method Description protected static VFSFileProviderQDLConfigurationLoaderUtils. setupMySQLVFS(QDLEnvironment config, VFSSQLConfig myCfg)
- 
Uses of VFSFileProvider in org.qdl_lang.stateMethods in org.qdl_lang.state that return VFSFileProvider Modifier and Type Method Description VFSFileProviderState. 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 voidState. addVFSProvider(VFSFileProvider scriptProvider)Method parameters in org.qdl_lang.state with type arguments of type VFSFileProvider Modifier and Type Method Description voidState. setVfsFileProviders(HashMap<String,VFSFileProvider> vfsFileProviders)
- 
Uses of VFSFileProvider in org.qdl_lang.vfsClasses in org.qdl_lang.vfs that implement VFSFileProvider Modifier and Type Class Description classAbstractVFSFileProviderCreated by Jeff Gaynor
 on 2/28/20 at 5:07 PMclassVFSMemoryFileProviderA VFS backed by a hash table.classVFSMySQLProviderCreated by Jeff Gaynor
 on 2/28/20 at 7:17 AMclassVFSPassThruFileProviderCreated by Jeff Gaynor
 on 2/26/20 at 1:05 PMclassVFSZipFileProviderThis is experimental.
 
-