Class QDLLoaderImpl

  • All Implemented Interfaces:
    QDLLoader, Serializable

    public class QDLLoaderImpl
    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 the load() method.

    Created by Jeff Gaynor
    on 1/27/20 at 5:44 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • QDLLoaderImpl

        public QDLLoaderImpl()
    • Method Detail

      • load

        public List<Module> load()
        Description copied from interface: QDLLoader
        This will do all the work for creating modules and will return a list of them.
        Specified by:
        load in interface QDLLoader
        Returns: