@AlfrescoPublicApi public interface ModuleDependency extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDependencyId()
Get the ID of the module that this dependency describes.
|
String |
getVersionString() |
boolean |
isValidDependency(ModuleDetails moduleDetails)
Check if a module satisfies the dependency requirements.
|
String getDependencyId()
String getVersionString()
boolean isValidDependency(ModuleDetails moduleDetails)
moduleDetails
- the module details of the dependency. This must be
the details of the module with the correct
ID
. This may be null
in which case false will always be returned.Copyright © 2005–2017 Alfresco Software. All rights reserved.