Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.scanner | |
io.github.lukehutch.fastclasspathscanner.utils |
Modifier and Type | Field | Description |
---|---|---|
ModuleRef |
ClasspathResource.moduleRef |
Modifier and Type | Method | Description |
---|---|---|
ModuleRef |
ClassInfo.getClasspathElementModuleRef() |
The classpath element module that this class was found within, or null if this class was found in a directory
or jar.
|
Modifier and Type | Method | Description |
---|---|---|
static List<ModuleRef> |
ModuleRef.findModuleRefs(Class<?>[] callStack) |
Get all visible ModuleReferences in all layers, given an array of stack frame
Class<?> references. |
List<ModuleRef> |
ClassLoaderAndModuleFinder.getNonSystemModuleRefs() |
Get non-system modules as ModuleRef wrappers, or null if no modules were found (e.g.
|
List<ModuleRef> |
ClassLoaderAndModuleFinder.getSystemModuleRefs() |
Get system modules as ModuleRef wrappers, or null if no modules were found (e.g.
|
Modifier and Type | Method | Description |
---|---|---|
int |
ModuleRef.compareTo(ModuleRef o) |
Constructor | Description |
---|---|
ClasspathResource(File classpathEltFile,
ModuleRef moduleRef,
String pathRelativeToClasspathElt,
String pathRelativeToClasspathPrefix) |
Modifier and Type | Method | Description |
---|---|---|
Recycler<ModuleRef.ModuleReaderProxy,IOException> |
NestedJarHandler.getModuleReaderProxyRecycler(ModuleRef moduleRef,
LogNode log) |
Get a ModuleReaderProxy recycler given a ModuleRef.
|
Copyright © 2018. All rights reserved.