Uses of Interface
org.qdl_lang.config.ModuleConfig
-
Packages that use ModuleConfig Package Description org.qdl_lang.config All things relating to the QDL configuration file. -
-
Uses of ModuleConfig in org.qdl_lang.config
Classes in org.qdl_lang.config that implement ModuleConfig Modifier and Type Class Description class
JavaModuleConfig
Created by Jeff Gaynor
on 2/27/20 at 1:07 PMclass
ModuleConfigImpl
Created by Jeff Gaynor
on 2/27/20 at 1:09 PMclass
QDLModuleConfig
Created by Jeff Gaynor
on 2/27/20 at 1:09 PMclass
ResourceModule
Special type ofModuleConfig
that is used by the workspace to load resources from the distro.Methods in org.qdl_lang.config that return types with arguments of type ModuleConfig Modifier and Type Method Description protected List<ModuleConfig>
QDLConfigurationLoader. getModuleConfigs()
List<ModuleConfig>
QDLEnvironment. getModuleConfigs()
-