Uses of Class
io.github.classgraph.ModuleInfoList
Packages that use ModuleInfoList
-
Uses of ModuleInfoList in io.github.classgraph
Methods in io.github.classgraph that return ModuleInfoListModifier and TypeMethodDescriptionModuleInfoList.filter
(ModuleInfoList.ModuleInfoFilter filter) Find the subset of theModuleInfo
objects in this list for which the given filter predicate is true.ScanResult.getModuleInfo()
Get all modules found during the scan.