Uses of Class
org.qdl_lang.vfs.VFSDatabase
-
Packages that use VFSDatabase Package Description org.qdl_lang.config All things relating to the QDL configuration file.org.qdl_lang.vfs Virtual file systems support as well as implementations of VFSs. -
-
Uses of VFSDatabase in org.qdl_lang.config
Methods in org.qdl_lang.config that return VFSDatabase Modifier and Type Method Description static VFSDatabase
QDLConfigurationLoaderUtils. setupMySQLDatabase(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, Map<String,String> map)
-
Uses of VFSDatabase in org.qdl_lang.vfs
Constructors in org.qdl_lang.vfs with parameters of type VFSDatabase Constructor Description VFSMySQLProvider(VFSDatabase db, String scheme, String mountPoint, boolean canRead, boolean canWrite)
-