Uses of Class
io.github.classgraph.ModuleInfo
-
Packages that use ModuleInfo Package Description io.github.classgraph -
-
Uses of ModuleInfo in io.github.classgraph
Fields in io.github.classgraph declared as ModuleInfo Modifier and Type Field Description (package private) ModuleInfoClassInfo. moduleInfoInfo on the class module.Fields in io.github.classgraph with type parameters of type ModuleInfo Modifier and Type Field Description java.util.List<ModuleInfo>ScanResult.SerializationFormat. moduleInfoThe list of allModuleInfoobjects.private java.util.Map<java.lang.String,ModuleInfo>ScanResult. moduleNameToModuleInfoThe map from class name toClassInfo.Methods in io.github.classgraph that return ModuleInfo Modifier and Type Method Description ModuleInfoClassInfo. getModuleInfo()Get theModuleInfoobject for the class.ModuleInfoScanResult. getModuleInfo(java.lang.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 ModuleInfo Modifier and Type Method Description booleanModuleInfoList.ModuleInfoFilter. accept(ModuleInfo moduleInfo)Whether or not to allow anModuleInfolist item through the filter.intModuleInfo. compareTo(ModuleInfo other)Constructor parameters in io.github.classgraph with type arguments of type ModuleInfo Constructor Description ModuleInfoList(java.util.Collection<ModuleInfo> moduleInfoCollection)Constructor.
-