Uses of Class
io.github.classgraph.PackageInfo
Packages that use PackageInfo
-
Uses of PackageInfo in io.github.classgraph
Fields in io.github.classgraph declared as PackageInfoModifier and TypeFieldDescription(package private) PackageInfoClassInfo.packageInfoInfo on the package containing the class.private PackageInfoPackageInfo.parentThe parent package of this package.Fields in io.github.classgraph with type parameters of type PackageInfoModifier and TypeFieldDescriptionprivate Set<PackageInfo> PackageInfo.childrenThe child packages of this package.ScanResult.SerializationFormat.packageInfoThe list of allPackageInfoobjects.private Set<PackageInfo> ModuleInfo.packageInfoSetPackageInfoobjects for packages found within the class, if any, else null.private Map<String, PackageInfo> ScanResult.packageNameToPackageInfoThe map from package name toPackageInfo.Methods in io.github.classgraph that return PackageInfoModifier and TypeMethodDescription(package private) static PackageInfoPackageInfo.getOrCreatePackage(String packageName, Map<String, PackageInfo> packageNameToPackageInfo, ScanSpec scanSpec) Get thePackageInfoobject for the named package, creating it if it doesn't exist, and also creatingPackageInfoobjects for any needed parent packages for which aPackageInfohas not yet been created.ClassInfo.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.(package private) voidModuleInfo.addPackageInfo(PackageInfo packageInfo) Add aPackageInfoobject to thisModuleInfo.intPackageInfo.compareTo(PackageInfo o) Method parameters in io.github.classgraph with type arguments of type PackageInfoModifier and TypeMethodDescription(package private) static PackageInfoPackageInfo.getOrCreatePackage(String packageName, Map<String, PackageInfo> packageNameToPackageInfo, ScanSpec scanSpec) Get thePackageInfoobject for the named package, creating it if it doesn't exist, and also creatingPackageInfoobjects for any needed parent packages for which aPackageInfohas not yet been created.Constructor parameters in io.github.classgraph with type arguments of type PackageInfoModifierConstructorDescription(package private)PackageInfoList(Collection<PackageInfo> packageInfoCollection) Constructor.