Interface ModuleLayerFromSingleClassLoaderDecorator.ModuleFinder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object of​(java.lang.Object[] path)
      Creates a module finder from the given paths.
    • Method Detail

      • of

        @IsStatic
        java.lang.Object of​(@Proxied("java.nio.file.Path")
                            java.lang.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.