Interface ModuleLayerFromSingleClassLoaderDecorator.ModuleFinder

Enclosing class:
ModuleLayerFromSingleClassLoaderDecorator

@Proxied("java.lang.module.ModuleFinder") protected static interface ModuleLayerFromSingleClassLoaderDecorator.ModuleFinder
A proxy for the java.lang.module.ModuleFinder type.
  • Method Summary

    Modifier and Type
    Method
    Description
    of(Object[] path)
    Creates a module finder from the given paths.
  • Method Details

    • of

      @IsStatic Object of(@Proxied("java.nio.file.Path") Object[] path)
      Creates a module finder from the given paths.
      Parameters:
      path - The paths to search for modules.
      Returns:
      A module finder for the given paths.