Package org.qdl_lang.config
Class QDLModuleConfig
- java.lang.Object
-
- org.qdl_lang.config.ModuleConfigImpl
-
- org.qdl_lang.config.QDLModuleConfig
-
- All Implemented Interfaces:
ModuleConfig
- Direct Known Subclasses:
ResourceModule
public class QDLModuleConfig extends ModuleConfigImpl
Created by Jeff Gaynor
on 2/27/20 at 1:09 PM
-
-
Constructor Summary
Constructors Constructor Description QDLModuleConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
The path to the module.String
getType()
void
setPath(String path)
-
Methods inherited from class org.qdl_lang.config.ModuleConfigImpl
getVarName, getVersion, isFailOnError, isImportOnStart, isUse, setFailOnError, setImportOnStart, setUse, setVarName, setVersion
-
-