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.
 
@FunctionalInterface public static interface ContentsArchiverHelper.ContentFiller
A filler in order to fill additional attributes on imported contents 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfillContent(DefaultContent content)Fill the content with additional attributes 
 - 
 
- 
- 
Method Detail
- 
fillContent
void fillContent(DefaultContent content)
Fill the content with additional attributes- Parameters:
 content- The imported content
 
 - 
 
 -