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) ModuleInfo
ClassInfo. moduleInfo
Info 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. moduleInfo
The list of allModuleInfo
objects.private java.util.Map<java.lang.String,ModuleInfo>
ScanResult. moduleNameToModuleInfo
The map from class name toClassInfo
.Methods in io.github.classgraph that return ModuleInfo Modifier and Type Method Description ModuleInfo
ClassInfo. getModuleInfo()
Get theModuleInfo
object for the class.ModuleInfo
ScanResult. getModuleInfo(java.lang.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 ModuleInfo Modifier and Type Method Description boolean
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 ModuleInfo Constructor Description ModuleInfoList(java.util.Collection<ModuleInfo> moduleInfoCollection)
Constructor.
-