Class QDLToolsLoader

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

    public class QDLToolsLoader
    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.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • QDLToolsLoader

        public QDLToolsLoader()
    • Method Detail

      • load

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