| Modifier and Type | Method and Description |
|---|---|
PackageInfo |
ClassInfo.getPackageInfo()
Get the
PackageInfo object for the class. |
PackageInfo |
ModuleInfo.getPackageInfo(String packageName)
Get the
PackageInfo object for the named package in this module, or null if the package was not found
in this module. |
PackageInfo |
ScanResult.getPackageInfo(String packageName)
Get the
PackageInfo object for the named package, or null if no package of the requested name was
found during the scan. |
PackageInfo |
PackageInfo.getParent()
The parent package of this package, or null if this is the root package.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PackageInfoList.PackageInfoFilter.accept(PackageInfo packageInfo)
Whether or not to allow an
PackageInfo list item through the filter. |
int |
PackageInfo.compareTo(PackageInfo o) |
Copyright © 2024. All rights reserved.