public static final class ModuleDetailsImpl.ModuleDependencyImpl extends Object implements ModuleDependency
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 |
toString() |
public String getDependencyId()
ModuleDependency
getDependencyId
in interface ModuleDependency
public String getVersionString()
getVersionString
in interface ModuleDependency
public boolean isValidDependency(ModuleDetails moduleDetails)
ModuleDependency
isValidDependency
in interface ModuleDependency
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.