Interface ExportPostProcessor
- 
@ConsumerType public interface ExportPostProcessor
Defines a post processor that is invoked after a package is assembled. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(AbstractExporter exporter)Post process. 
 - 
 
- 
- 
Method Detail
- 
process
void process(AbstractExporter exporter)
Post process.- Parameters:
 exporter- the exporter that produces the package.
 
 - 
 
 -