Uses of Interface
java.lang.module.ModuleFinder
-
Packages that use ModuleFinder 软件包 描述 java.lang.module 通过解析和服务绑定来支持模块描述符和创建模块配置的类。 -
-
Uses of ModuleFinder in java.lang.module
Methods in java.lang.module that return ModuleFinder 变量和类型 方法 描述 static ModuleFinder
ModuleFinder. compose(ModuleFinder... finders)
返回由零个或多个模块查找器序列组成的模块查找器。static ModuleFinder
ModuleFinder. of(Path... entries)
返回一个模块查找器,它通过搜索一系列目录和/或打包模块来定位文件系统上的模块。static ModuleFinder
ModuleFinder. ofSystem()
返回定位 系统模块的模块查找器。Methods in java.lang.module with parameters of type ModuleFinder 变量和类型 方法 描述 static ModuleFinder
ModuleFinder. compose(ModuleFinder... finders)
返回由零个或多个模块查找器序列组成的模块查找器。Configuration
Configuration. resolve(ModuleFinder before, ModuleFinder after, Collection<String> roots)
解析一组根模块,以此配置作为其父模块,以创建新配置。static Configuration
Configuration. resolve(ModuleFinder before, List<Configuration> parents, ModuleFinder after, Collection<String> roots)
解析根模块的集合以创建配置。Configuration
Configuration. resolveAndBind(ModuleFinder before, ModuleFinder after, Collection<String> roots)
使用服务绑定解析一组根模块,并将此配置作为其父配置,以创建新配置。static Configuration
Configuration. resolveAndBind(ModuleFinder before, List<Configuration> parents, ModuleFinder after, Collection<String> roots)
使用服务绑定解析一组根模块,以创建配置。
-