Class EGLoader
- java.lang.Object
- 
- org.qdl_lang.extensions.examples.basic.EGLoader
 
- 
- All Implemented Interfaces:
- Serializable,- QDLLoader
 
 public class EGLoader extends Object implements QDLLoader This is a sample of how to write a loader to get a module in to QDL. All you need to do is override theload()method.Created by Jeff Gaynor 
 on 1/27/20 at 5:44 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EGLoader()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Module>load()This will do all the work for creating modules and will return a list of them.
 
-