Uses of Class
io.github.classgraph.ModuleRef
-
Packages that use ModuleRef Package Description io.github.classgraph io.github.classgraph.utils -
-
Uses of ModuleRef in io.github.classgraph
Methods in io.github.classgraph that return ModuleRef Modifier and Type Method Description ModuleRefClassInfo. getModuleRef()abstract ModuleRefResource. getModuleRef()Methods in io.github.classgraph that return types with arguments of type ModuleRef Modifier and Type Method Description List<ModuleRef>ClassGraph. getModules()ReturnsModuleRefreferences for all the visible modules.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 io.github.classgraph.utils
Methods in io.github.classgraph.utils that return ModuleRef Modifier and Type Method Description ModuleRefClasspathOrModulePathEntry. getModuleRef()Methods in io.github.classgraph.utils that return types with arguments of type ModuleRef Modifier and Type Method Description List<ModuleRef>ClassLoaderAndModuleFinder. getNonSystemModuleRefs()List<ModuleRef>ClassLoaderAndModuleFinder. getSystemModuleRefs()Methods in io.github.classgraph.utils with parameters of type ModuleRef Modifier and Type Method Description Recycler<ModuleReaderProxy,IOException>NestedJarHandler. getModuleReaderProxyRecycler(ModuleRef moduleRef, LogNode log)Get a ModuleReaderProxy recycler given a ModuleRef.Constructors in io.github.classgraph.utils with parameters of type ModuleRef Constructor Description ClasspathOrModulePathEntry(ModuleRef moduleRef, NestedJarHandler nestedJarHandler, LogNode log)A relative path for a module (in JDK9+).
-