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