mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ACE-3092
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@87860 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,7 +74,15 @@ public interface ModuleDetails extends Serializable
|
||||
*
|
||||
* @return module version number
|
||||
*/
|
||||
ModuleVersionNumber getVersion();
|
||||
ModuleVersionNumber getModuleVersionNumber();
|
||||
|
||||
/**
|
||||
* Get the version number of the module
|
||||
*
|
||||
* @return module version number
|
||||
* @deprecated use getModuleVersionNumber which knows about maven style version numbers
|
||||
*/
|
||||
VersionNumber getVersion();
|
||||
|
||||
/**
|
||||
* Get the title of the module
|
||||
@@ -143,6 +151,10 @@ public interface ModuleDetails extends Serializable
|
||||
*/
|
||||
void setInstallState(ModuleInstallState installState);
|
||||
|
||||
/**
|
||||
*
|
||||
* @return the editions
|
||||
*/
|
||||
List<String> getEditions();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user