Uses of Class
io.github.classgraph.ModuleRef
-
-
Uses of ModuleRef in io.github.classgraph
Methods in io.github.classgraph that return ModuleRef Modifier and Type Method Description ModuleRef
ClassInfo. getModuleRef()
ModuleRef
ModuleInfo. getModuleRef()
TheModuleRef
for this module.abstract ModuleRef
Resource. getModuleRef()
Methods in io.github.classgraph that return types with arguments of type ModuleRef Modifier and Type Method Description java.util.List<ModuleRef>
ClassGraph. getModules()
ReturnsModuleRef
references for all the visible modules.java.util.List<ModuleRef>
ScanResult. getModules()
Methods in io.github.classgraph with parameters of type ModuleRef Modifier and Type Method Description int
ModuleRef. compareTo(ModuleRef o)
-