Interface MutableSaveStampHolder
- All Superinterfaces:
SaveStampHolder
A
MutableSaveStampHolder is a SaveStampHolder whose save
stamp can be set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSaveStamp(String saveStamp) Sets the save stamp of the currentMutableSaveStampHolder.Methods inherited from interface SaveStampHolder
getSaveStamp
-
Method Details
-
setSaveStamp
Sets the save stamp of the currentMutableSaveStampHolder.- Parameters:
saveStamp-- Throws:
RuntimeException- if the given saveStamp is null or blank
-