Package | Description |
---|---|
io.github.classgraph | |
io.github.classgraph.utils |
Modifier and Type | Method | Description |
---|---|---|
ModuleRef |
ClassInfo.getModuleRef() |
Modifier and Type | Method | Description |
---|---|---|
List<ModuleRef> |
ClassGraph.getModules() |
Returns references for all the visible modules.
|
List<ModuleRef> |
ScanResult.getModules() |
Modifier and Type | Method | Description |
---|---|---|
int |
ModuleRef.compareTo(ModuleRef o) |
Modifier and Type | Method | Description |
---|---|---|
ModuleRef |
ClasspathOrModulePathEntry.getModuleRef() |
Modifier and Type | Method | Description |
---|---|---|
List<ModuleRef> |
ClassLoaderAndModuleFinder.getNonSystemModuleRefs() |
|
List<ModuleRef> |
ClassLoaderAndModuleFinder.getSystemModuleRefs() |
Modifier and Type | Method | Description |
---|---|---|
Recycler<ModuleReaderProxy,IOException> |
NestedJarHandler.getModuleReaderProxyRecycler(ModuleRef moduleRef,
LogNode log) |
Get a ModuleReaderProxy recycler given a ModuleRef.
|
Constructor | Description |
---|---|
ClasspathOrModulePathEntry(ModuleRef moduleRef,
NestedJarHandler nestedJarHandler,
LogNode log) |
A relative path for a module (in JDK9+).
|
Copyright © 2018. All rights reserved.