Class EGLoaderImpl
- java.lang.Object
-
- edu.uiuc.ncsa.qdl.extensions.example.EGLoaderImpl
-
- All Implemented Interfaces:
QDLLoader
,Serializable
public class EGLoaderImpl 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 Summary
Constructors Constructor Description EGLoaderImpl()
-
Method Summary
All 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.
-