|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleInfo
The module info describes an required module and the module version. This description is used by the package manager to locate base modules.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.String getModuleClass()
java.lang.String getMajorVersion()
java.lang.String getMinorVersion()
java.lang.String getPatchLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||