public interface IMCModule
Modifier and Type | Method and Description |
---|---|
IMCClassLoader |
getClassLoader()
Returns the class loader where this module is loaded.
|
String |
getLocation()
Returns the location of this module.
|
String |
getName()
Returns the module name.
|
String |
getVersion()
Returns the version of this module.
|
String getName()
An example is "java.base".
String getVersion()
An example is "9".
String getLocation()
An example is "jrt:/java.base".
IMCClassLoader getClassLoader()
Copyright © 2019. All rights reserved.