Class LocalModuleLoader

java.lang.Object
org.jboss.modules.ModuleLoader
org.jboss.modules.LocalModuleLoader

public final class LocalModuleLoader extends ModuleLoader
A local filesystem-backed module loader.
  • Constructor Details

    • 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 Details

    • 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