T
- maintainableBeanpublic interface CrossReferenceUpdaterEngine<T extends MaintainableBean>
Modifier and Type | Method and Description |
---|---|
T |
updateReferences(T maintianable,
java.util.Map<StructureReferenceBean,StructureReferenceBean> updateReferences,
java.lang.String newVersionNumber)
Updates the maintainable (T) by altering any references that exist in the key of the updateReferences Map, to the corresponding value in the Map, the version
of the maintainable is also changed to the newVersionNumber.
|
T updateReferences(T maintianable, java.util.Map<StructureReferenceBean,StructureReferenceBean> updateReferences, java.lang.String newVersionNumber)
maintianable
- the maintainable to alterupdateReferences
- the references from/to mapnewVersionNumber
- the version number to give the new maintainable