Class AggregationDocumenter


  • public class AggregationDocumenter
    extends Object
    Class aggregates the incoming inputs into one big output file.
    Since:
    0.1.0
    Author:
    nandorholozsnyak
    • Method Detail

      • createDocumentsAndAggregate

        public void createDocumentsAndAggregate​(CreateAggregationCommand createAggregationCommand)
        Aggregates the incoming inputs into one big file and writes it to the disk.
        Parameters:
        createAggregationCommand - command contains necessary information for the aggregation.
        Throws:
        DocumentGenerationException - if the output can not be written to disk or during the template compilation any error occurs.