Uses of Interface
edu.uiuc.ncsa.qdl.config.ModuleConfig
-
Packages that use ModuleConfig Package Description edu.uiuc.ncsa.qdl.config All things relating to the QDL configuration file. -
-
Uses of ModuleConfig in edu.uiuc.ncsa.qdl.config
Classes in edu.uiuc.ncsa.qdl.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 edu.uiuc.ncsa.qdl.config that return types with arguments of type ModuleConfig Modifier and Type Method Description protected List<ModuleConfig>
QDLConfigurationLoader. getModuleConfigs()
List<ModuleConfig>
QDLEnvironment. getModuleConfigs()
-