|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.module.ModuleDetailsImpl.ModuleDependencyImpl
public static final class ModuleDetailsImpl.ModuleDependencyImpl
Method Summary | |
---|---|
java.lang.String |
getDependencyId()
Get the ID of the module that this dependency describes. |
java.lang.String |
getVersionString()
|
boolean |
isValidDependency(ModuleDetails moduleDetails)
Check if a module satisfies the dependency requirements. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDependencyId()
ModuleDependency
getDependencyId
in interface ModuleDependency
public java.lang.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |