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