Uses of Class
io.github.classgraph.PackageInfoList
Packages that use PackageInfoList
-
Uses of PackageInfoList in io.github.classgraph
Fields in io.github.classgraph declared as PackageInfoListModifier and TypeFieldDescription(package private) static final PackageInfoList
PackageInfoList.EMPTY_LIST
An unmodifiablePackageInfoList
.Methods in io.github.classgraph that return PackageInfoListModifier and TypeMethodDescriptionPackageInfoList.filter
(PackageInfoList.PackageInfoFilter filter) Find the subset of thePackageInfo
objects in this list for which the given filter predicate is true.PackageInfo.getChildren()
The child packages of this package, or the empty list if none.ModuleInfo.getPackageInfo()
Get thePackageInfo
objects for all packages that are members of this module.ScanResult.getPackageInfo()
Get all packages found during the scan.