Class OA2QDLLoader

  • All Implemented Interfaces:
    edu.uiuc.ncsa.qdl.extensions.QDLLoader, Serializable

    public class OA2QDLLoader
    extends Object
    implements edu.uiuc.ncsa.qdl.extensions.QDLLoader
    This is the class charged with getting all the modules created and is referenced to pull everything in to your workspace. This is a convenience for one-stop shopping of OA4MP tools.

    Created by Jeff Gaynor
    on 2/11/20 at 7:05 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • OA2QDLLoader

        public OA2QDLLoader()
    • Method Detail

      • load

        public List<edu.uiuc.ncsa.qdl.module.Module> load()
        Specified by:
        load in interface edu.uiuc.ncsa.qdl.extensions.QDLLoader