Package org.bgerp.app.dist.inst
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 info.static final List<InstalledModule>  
- 
Field Details
- 
MODULE_UPDATE
The application's classes.- See Also:
 
 - 
MODULE_UPDATE_LIB
External jars.- See Also:
 
 
 - 
 - 
Constructor Details
- 
InstalledModule
 
 - 
 - 
Method Details
- 
getModuleName
 - 
getVersion
 - 
getBuildNumber
 - 
getChangeId
 - 
getBuildTime
 - 
get
Gets module version info.- Parameters:
 module- module name,MODULE_UPDATEorMODULE_UPDATE_LIB.- Returns:
 
 - 
getInstalled
- Returns:
 - version infos of currently existing in the running app modules.
 
 
 -