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()
Get the module that this class was found within, as aModuleRef
, or null if this class was found in a directory or jar in the classpath.ModuleRef
ModuleInfo. getModuleRef()
TheModuleRef
for this module, or null if this module was obtained from a classpath element on the traditional classpath that contained amodule-info.class
file.ModuleRef
Resource. getModuleRef()
Methods in io.github.classgraph that return types with arguments of type ModuleRef Modifier and Type Method Description List<ModuleRef>
ClassGraph. getModules()
ReturnsModuleRef
references for all the visible modules.List<ModuleRef>
ScanResult. getModules()
GetModuleRef
references for all visible modules.Methods in io.github.classgraph with parameters of type ModuleRef Modifier and Type Method Description int
ModuleRef. compareTo(ModuleRef o)
-