Uses of Interface
org.qdl_lang.state.LibLoader
-
Packages that use LibLoader Package Description org.qdl_lang.config All things relating to the QDL configuration file.org.qdl_lang.workspace The workspace and the commands that drive it. -
-
Uses of LibLoader in org.qdl_lang.config
Methods in org.qdl_lang.config that return LibLoader Modifier and Type Method Description LibLoader
QDLConfigurationLoader. getLibLoader()
LibLoader
QDLEnvironment. getLibLoader()
Methods in org.qdl_lang.config with parameters of type LibLoader Modifier and Type Method Description void
QDLEnvironment. setLibLoader(LibLoader libLoader)
Constructors in org.qdl_lang.config with parameters of type LibLoader Constructor Description QDLEnvironment(edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLogger, String cfgFile, String name, boolean isEnabled, boolean isServerModeOn, boolean isRestrictedIO, int numericDigits, String bootScript, String wsHomeDir, String wsEnv, boolean echoModeOn, boolean prettyPrint, boolean verboseOn, boolean compressionOn, boolean showBanner, List<VFSConfig> vfsConfigs, List<ModuleConfig> moduleConfigs, String scriptPath, String modulePath, String libPath, String debugLevel, boolean autosaveOn, long autosaveInterval, boolean autosaveMessagesOn, boolean useExternalEditor, String externalEditorPath, edu.uiuc.ncsa.security.util.cli.editing.Editors qdlEditors, boolean enableLibrarySupport, boolean assertionsOn, String saveDir, boolean allowOverwriteBaseFunctions, LibLoader libLoader, boolean ansiModeOn, String logo, String terminalType, Font font)
-
Uses of LibLoader in org.qdl_lang.workspace
Methods in org.qdl_lang.workspace that return types with arguments of type LibLoader Modifier and Type Method Description List<LibLoader>
WorkspaceCommands. getLibLoaders()
Override for customLibLoader
s.
-