Uses of Class
io.github.classgraph.PackageInfo
-
Uses of PackageInfo in io.github.classgraph
Subclasses with type arguments of type PackageInfo in io.github.classgraphClasses in io.github.classgraph that implement interfaces with type arguments of type PackageInfoModifier and TypeClassDescriptionclassHolds metadata about a package encountered during a scan.Methods in io.github.classgraph that return PackageInfoModifier and TypeMethodDescriptionClassInfo.getPackageInfo()Get thePackageInfoobject for the class.ModuleInfo.getPackageInfo(String packageName) Get thePackageInfoobject for the named package in this module, or null if the package was not found in this module.ScanResult.getPackageInfo(String packageName) Get thePackageInfoobject for the named package, or null if no package of the requested name was found during the scan.PackageInfo.getParent()The parent package of this package, or null if this is the root package.Methods in io.github.classgraph with parameters of type PackageInfoModifier and TypeMethodDescriptionbooleanPackageInfoList.PackageInfoFilter.accept(PackageInfo packageInfo) Whether or not to allow anPackageInfolist item through the filter.intPackageInfo.compareTo(PackageInfo o)