Class InstalledModule
java.lang.Object
org.bgerp.app.dist.inst.InstalledModule
Installed module's properties, stored in version.properties files in application JAR
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final InstalledModuleGets module version infostatic final List<InstalledModule>
-
Field Details
-
MODULE_UPDATE
-
MODULE_UPDATE_LIB
-
-
Constructor Details
-
InstalledModule
-
-
Method Details
-
getModuleName
-
getVersion
-
getBuildNumber
-
getChangeId
-
getBuildTime
-
get
Gets module version info- Parameters:
module- module name,MODULE_UPDATEorMODULE_UPDATE_LIB- Returns:
- the module version info, or
nullif not found
-
getInstalled
- Returns:
- version infos of currently existing in the running app modules
-