public interface ModuleInfo
Modifier and Type | Method and Description |
---|---|
String |
getMajorVersion()
Returns the major version of the base module.
|
String |
getMinorVersion()
Returns the minor version of the base module.
|
String |
getModuleClass()
Returns the module class of the desired base module.
|
String |
getPatchLevel()
Returns the patchlevel version of the base module.
|
String getModuleClass()
String getMajorVersion()
String getMinorVersion()
String getPatchLevel()