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
Fields in io.github.classgraph declared as ModuleRef Modifier and Type Field Description (package private) ModuleRefClasspathElementModule. moduleRefThe module ref.private ModuleRefModuleInfo. moduleRefTheModuleRef.Fields in io.github.classgraph with type parameters of type ModuleRef Modifier and Type Field Description (package private) SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException>ClasspathElementModule. moduleRefToModuleReaderProxyRecyclerMapA singleton map from aModuleRefto aModuleReaderProxyrecycler for the module.Methods in io.github.classgraph that return ModuleRef Modifier and Type Method Description ModuleRefClassInfo. 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.(package private) ModuleRefClasspathElementModule. getModuleRef()Get the ModuleRef for this classpath element.ModuleRefModuleInfo. getModuleRef()TheModuleReffor this module, or null if this module was obtained from a classpath element on the traditional classpath that contained amodule-info.classfile.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()GetModuleRefreferences for all visible modules.Methods in io.github.classgraph with parameters of type ModuleRef Modifier and Type Method Description intModuleRef. compareTo(ModuleRef o)Constructors in io.github.classgraph with parameters of type ModuleRef Constructor Description ClasspathElementModule(ModuleRef moduleRef, SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec)A zip/jarfile classpath element.ModuleInfo(ModuleRef moduleRef, ClasspathElement classpathElement)Construct a ModuleInfo object.ModuleReaderProxy(ModuleRef moduleRef)Constructor.Constructor parameters in io.github.classgraph with type arguments of type ModuleRef Constructor Description ClasspathElementModule(ModuleRef moduleRef, SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec)A zip/jarfile classpath element. -
Uses of ModuleRef in nonapi.io.github.classgraph.classpath
Fields in nonapi.io.github.classgraph.classpath with type parameters of type ModuleRef Modifier and Type Field Description private java.util.List<ModuleRef>ModuleFinder. nonSystemModuleRefsThe non system module refs.private java.util.List<ModuleRef>ModuleFinder. systemModuleRefsThe system module refs.Methods in nonapi.io.github.classgraph.classpath that return types with arguments of type ModuleRef Modifier and Type Method Description private java.util.List<ModuleRef>ModuleFinder. findModuleRefs(java.util.LinkedHashSet<java.lang.Object> layers, ScanSpec scanSpec, LogNode log)Get all visible ModuleReferences in a list of layers.private java.util.List<ModuleRef>ModuleFinder. findModuleRefsFromCallstack(java.lang.Class<?>[] callStack, ScanSpec scanSpec, boolean scanNonSystemModules, LogNode log)Get all visible ModuleReferences in all layers, given an array of stack frameClass<?>references.java.util.List<ModuleRef>ModuleFinder. getNonSystemModuleRefs()Get the non-system modules asModuleRefwrappers.java.util.List<ModuleRef>ModuleFinder. getSystemModuleRefs()Get the system modules asModuleRefwrappers. -
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>,java.io.IOException>NestedJarHandler. moduleRefToModuleReaderProxyRecyclerMapA singleton map from aModuleRefto aModuleReaderProxyrecycler for the module.
-