Uses of Class
io.github.classgraph.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in io.github.classgraph
Fields in io.github.classgraph declared as ModuleInfoModifier and TypeFieldDescription(package private) ModuleInfo
ClassInfo.moduleInfo
Info on the class module.Fields in io.github.classgraph with type parameters of type ModuleInfoModifier and TypeFieldDescriptionScanResult.SerializationFormat.moduleInfo
The list of allModuleInfo
objects.private Map
<String, ModuleInfo> ScanResult.moduleNameToModuleInfo
The map from class name toClassInfo
.Methods in io.github.classgraph that return ModuleInfoModifier and TypeMethodDescriptionClassInfo.getModuleInfo()
Get theModuleInfo
object for the class.ScanResult.getModuleInfo
(String moduleName) Get theModuleInfo
object for the named module, or null if no module of the requested name was found during the scan.Methods in io.github.classgraph with parameters of type ModuleInfoModifier and TypeMethodDescriptionboolean
ModuleInfoList.ModuleInfoFilter.accept
(ModuleInfo moduleInfo) Whether or not to allow anModuleInfo
list item through the filter.int
ModuleInfo.compareTo
(ModuleInfo other) Constructor parameters in io.github.classgraph with type arguments of type ModuleInfoModifierConstructorDescription(package private)
ModuleInfoList
(Collection<ModuleInfo> moduleInfoCollection) Constructor.