Uses of Class
io.github.classgraph.ModuleRef
-
Packages that use ModuleRef Package Description io.github.classgraph nonapi.io.github.classgraph.classpath nonapi.io.github.classgraph.fastzipfilereader -
-
Uses of ModuleRef in io.github.classgraph
Methods in io.github.classgraph that return ModuleRef Modifier and Type Method Description ModuleRefClassInfo. getModuleRef()ModuleRefModuleInfo. getModuleRef()TheModuleReffor this module.abstract ModuleRefResource. 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()ReturnsModuleRefreferences 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 intModuleRef. compareTo(ModuleRef o) -
Uses of ModuleRef in nonapi.io.github.classgraph.classpath
Methods in nonapi.io.github.classgraph.classpath that return types with arguments of type ModuleRef Modifier and Type Method Description java.util.List<ModuleRef>ClassLoaderAndModuleFinder. getNonSystemModuleRefs()java.util.List<ModuleRef>ClassLoaderAndModuleFinder. getSystemModuleRefs() -
Uses of ModuleRef in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type ModuleRef Modifier and Type Field Description SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>>NestedJarHandler. moduleRefToModuleReaderProxyRecyclerMapA singleton map from aModuleRefto aModuleReaderProxyrecycler for the module.
-