Modifier and Type | Method and Description |
---|---|
ModuleInfo |
ClassInfo.getModuleInfo()
Get the
ModuleInfo object for the class. |
ModuleInfo |
ScanResult.getModuleInfo(String moduleName)
Get the
ModuleInfo object for the named module, or null if no module of the requested name was found
during the scan. |
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleInfoList.ModuleInfoFilter.accept(ModuleInfo moduleInfo)
Whether or not to allow an
ModuleInfo list item through the filter. |
int |
ModuleInfo.compareTo(ModuleInfo other) |
Copyright © 2021. All rights reserved.