Interface ContentsArchiverHelper.ContentFiller
- Enclosing class:
- ContentsArchiverHelper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A filler in order to fill additional attributes on imported contents
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillContent
(DefaultContent content) Fill the content with additional attributes
-
Method Details
-
fillContent
Fill the content with additional attributes- Parameters:
content
- The imported content
-