| Modifier and Type | Method and Description |
|---|---|
ModuleRef |
Resource.getModuleRef()
|
ModuleRef |
ClassInfo.getModuleRef()
Get the module that this class was found within, as a
ModuleRef, or null if this class was found in a
directory or jar in the classpath. |
ModuleRef |
ModuleInfo.getModuleRef()
The
ModuleRef for this module, or null if this module was obtained from a classpath element on the
traditional classpath that contained a module-info.class file. |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleRef> |
ScanResult.getModules()
Get
ModuleRef references for all visible modules. |
List<ModuleRef> |
ClassGraph.getModules()
Returns
ModuleRef references for all the visible modules. |
| Modifier and Type | Method and Description |
|---|---|
int |
ModuleRef.compareTo(ModuleRef o) |
Copyright © 2021. All rights reserved.