Uses of Class
io.github.classgraph.ModuleInfo
-
Uses of ModuleInfo in io.github.classgraph
Subclasses with type arguments of type ModuleInfo in io.github.classgraphClasses in io.github.classgraph that implement interfaces with type arguments of type ModuleInfoModifier and TypeClassDescriptionclassHolds metadata about a package encountered during a scan.Methods in io.github.classgraph that return ModuleInfoModifier and TypeMethodDescriptionClassInfo.getModuleInfo()Get theModuleInfoobject for the class.ScanResult.getModuleInfo(String moduleName) Get theModuleInfoobject 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 TypeMethodDescriptionbooleanModuleInfoList.ModuleInfoFilter.accept(ModuleInfo moduleInfo) Whether or not to allow anModuleInfolist item through the filter.intModuleInfo.compareTo(ModuleInfo other)