Package org.qdl_lang.extensions.crypto
Class CryptoLoader
- java.lang.Object
-
- org.qdl_lang.extensions.crypto.CryptoLoader
-
- All Implemented Interfaces:
Serializable
,QDLLoader
public class CryptoLoader extends Object implements QDLLoader
Created by Jeff Gaynor
on 8/16/22 at 3:16 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoLoader()
-
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.
-