Class LocalModuleLoader

    • Constructor Detail

      • LocalModuleLoader

        public LocalModuleLoader​(File[] repoRoots)
        Construct a new instance.
        Parameters:
        repoRoots - the array of repository roots to look for modules
      • LocalModuleLoader

        public LocalModuleLoader​(File[] repoRoots,
                                 PathFilter pathFilter)
        Construct a new instance.
        Parameters:
        repoRoots - the array of repository roots to look for modules
        pathFilter - the path filter to apply to roots
      • LocalModuleLoader

        public LocalModuleLoader()
        Construct a new instance, using the module.path system property or the JAVA_MODULEPATH environment variable to get the list of module repository roots.
    • Method Detail

      • toString

        public String toString()
        Description copied from class: ModuleLoader
        Get the string representation of this module loader.
        Overrides:
        toString in class ModuleLoader
        Returns:
        the string representation