Interface MutableContentHolder<C>
- Type Parameters:
C- the type of the content of aMutableContentHolder
- All Superinterfaces:
ContentHolder<C>
A
MutableContentHolder is a ContentHolder whose content can
be set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContent(C content) Sets the content of the currentMutableContentHolder.Methods inherited from interface ContentHolder
getStoredContent
-
Method Details
-
setContent
Sets the content of the currentMutableContentHolder.- Parameters:
content-- Throws:
RuntimeException- if the given content is null
-