Uses of Class
io.github.fastclasspathscanner.ModuleRef
-
Packages that use ModuleRef Package Description io.github.fastclasspathscanner io.github.fastclasspathscanner.utils -
-
Uses of ModuleRef in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner that return ModuleRef Modifier and Type Method Description ModuleRef
ClassInfo. getModuleRef()
Methods in io.github.fastclasspathscanner that return types with arguments of type ModuleRef Modifier and Type Method Description List<ModuleRef>
FastClasspathScanner. getModules()
Returns references for all the visible modules.List<ModuleRef>
ScanResult. getModules()
Methods in io.github.fastclasspathscanner with parameters of type ModuleRef Modifier and Type Method Description int
ModuleRef. compareTo(ModuleRef o)
-
Uses of ModuleRef in io.github.fastclasspathscanner.utils
Methods in io.github.fastclasspathscanner.utils that return ModuleRef Modifier and Type Method Description ModuleRef
ClasspathOrModulePathEntry. getModuleRef()
Methods in io.github.fastclasspathscanner.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.fastclasspathscanner.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.fastclasspathscanner.utils with parameters of type ModuleRef Constructor Description ClasspathOrModulePathEntry(ModuleRef moduleRef, NestedJarHandler nestedJarHandler, LogNode log)
A relative path for a module (in JDK9+).
-