Package org.qdl_lang.config
Class JavaModuleConfig
- java.lang.Object
-
- org.qdl_lang.config.ModuleConfigImpl
-
- org.qdl_lang.config.JavaModuleConfig
-
- All Implemented Interfaces:
ModuleConfig
public class JavaModuleConfig extends ModuleConfigImpl
Created by Jeff Gaynor
on 2/27/20 at 1:07 PM
-
-
Constructor Summary
Constructors Constructor Description JavaModuleConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
String
getType()
void
setClassName(String className)
-
Methods inherited from class org.qdl_lang.config.ModuleConfigImpl
getVarName, getVersion, isFailOnError, isImportOnStart, isUse, setFailOnError, setImportOnStart, setUse, setVarName, setVersion
-
-