| Modifier and Type | Method and Description |
|---|---|
PackageInfoList |
PackageInfoList.filter(PackageInfoList.PackageInfoFilter filter)
Find the subset of the
PackageInfo objects in this list for which the given filter predicate is true. |
PackageInfoList |
PackageInfo.getChildren()
The child packages of this package, or the empty list if none.
|
PackageInfoList |
ModuleInfo.getPackageInfo()
Get the
PackageInfo objects for all packages that are members of this module. |
PackageInfoList |
ScanResult.getPackageInfo()
Get all packages found during the scan.
|
Copyright © 2021. All rights reserved.