SystemModuleFinders
, jdk.tools.jlink.internal.plugins.SystemModulesPlugin
Modifier and Type | Method and Description |
---|---|
public boolean | hasIncubatorModules()
Return false if the modules reconstituted by this SystemModules object do not include any incubator modules. |
public boolean | hasSplitPackages()
Returns false if the module reconstituted by this SystemModules object have no overlapping packages. |
public ModuleDescriptor[] | |
public ModuleHashes[] | |
public Map | moduleReads()
Returns the map representing readability graph for the modules reconstituted by this SystemModules object. |
public ModuleResolution[] | |
public ModuleTarget[] |
hasIncubatorModules | back to summary |
---|---|
public boolean hasIncubatorModules() Return false if the modules reconstituted by this SystemModules object do not include any incubator modules. Returns true if there are incubating modules or unknown. |
hasSplitPackages | back to summary |
---|---|
public boolean hasSplitPackages() Returns false if the module reconstituted by this SystemModules object have no overlapping packages. Returns true if there are overlapping packages or unknown. |
moduleDescriptors | back to summary |
---|---|
public ModuleDescriptor[] moduleDescriptors() Returns the non-empty array of ModuleDescriptor objects. |
moduleHashes | back to summary |
---|---|
public ModuleHashes[] moduleHashes() Returns the array of ModuleHashes objects. The array elements correspond to the array of ModuleDescriptor objects. |
moduleReads | back to summary |
---|---|
public Map Returns the map representing readability graph for the modules reconstituted by this SystemModules object. |
moduleResolutions | back to summary |
---|---|
public ModuleResolution[] moduleResolutions() Returns the array of ModuleResolution objects. The array elements correspond to the array of ModuleDescriptor objects. |
moduleTargets | back to summary |
---|---|
public ModuleTarget[] moduleTargets() Returns the array of ModuleTarget objects. The array elements correspond to the array of ModuleDescriptor objects. |