Package org.qdl_lang.config
Class QDLConfigurationLoaderUtils
- java.lang.Object
- 
- org.qdl_lang.config.QDLConfigurationLoaderUtils
 
- 
 public class QDLConfigurationLoaderUtils extends Object Takes node from a QDL configuration and sets a bunch of information for a configuration.Created by Jeff Gaynor 
 on 2/27/20 at 3:52 PM
- 
- 
Field SummaryFields Modifier and Type Field Description static intJAVA_MODULE_INDEXstatic intMODULE_FAILURES_INDEXstatic intMODULE_LOAD_MESSAGES_SIZEstatic intQDL_MODULE_INDEX
 - 
Constructor SummaryConstructors Constructor Description QDLConfigurationLoaderUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringrunBootScript(QDLEnvironment config, State state)static List<String>setupJavaModule(State state, QDLLoader loader, JavaModuleConfig jmc)static String[]setupModules(QDLEnvironment config, State state)static VFSDatabasesetupMySQLDatabase(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, Map<String,String> map)protected static VFSFileProvidersetupMySQLVFS(QDLEnvironment config, VFSSQLConfig myCfg)static voidsetupVFS(QDLEnvironment config, State state)
 
- 
- 
- 
Method Detail- 
setupVFSpublic static void setupVFS(QDLEnvironment config, State state) 
 - 
setupMySQLDatabasepublic static VFSDatabase setupMySQLDatabase(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, Map<String,String> map) 
 - 
setupMySQLVFSprotected static VFSFileProvider setupMySQLVFS(QDLEnvironment config, VFSSQLConfig myCfg) 
 - 
setupModulespublic static String[] setupModules(QDLEnvironment config, State state) throws Throwable - Throws:
- Throwable
 
 - 
setupJavaModulepublic static List<String> setupJavaModule(State state, QDLLoader loader, JavaModuleConfig jmc) 
 - 
runBootScriptpublic static String runBootScript(QDLEnvironment config, State state) 
 
- 
 
-