Package org.oa4mp.server.qdl
Class OA2LibLoader2
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.OA2LibLoader
-
- org.oa4mp.server.qdl.OA2LibLoader2
-
- All Implemented Interfaces:
org.qdl_lang.state.LibLoader
public class OA2LibLoader2 extends OA2LibLoader
Instantiated in theQDLEnvironment
to populate the lib entry. This is never directly used in the code though.Created by Jeff Gaynor
on 4/4/23 at 9:30 AM
-
-
Field Summary
Fields Modifier and Type Field Description static String
OA4MP_LIB_KEY
-
Fields inherited from class org.oa4mp.server.loader.qdl.OA2LibLoader
libKey
-
-
Constructor Summary
Constructors Constructor Description OA2LibLoader2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.qdl_lang.variables.QDLStem
createEntries()
-
Methods inherited from class org.oa4mp.server.loader.qdl.OA2LibLoader
add
-
-
-
-
Field Detail
-
OA4MP_LIB_KEY
public static String OA4MP_LIB_KEY
-
-
Method Detail
-
createEntries
protected org.qdl_lang.variables.QDLStem createEntries()
- Overrides:
createEntries
in classOA2LibLoader
-
-