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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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)
解决一系列根模块,具有服务绑定功能,以创建配置。
-